File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change
1
+ Extra geometry plugins for [ Orillusion] ( https://www.orillusion.com )
2
+
3
+ ## Usage
4
+ ``` bash
5
+ npm install @orillusion/core --save
6
+ npm install @orillusion/geometry --save
7
+ ```
8
+ ``` ts
9
+ import { Scene3D } from " @orillusion/core"
10
+ import { TextGeometry } from " @orillusion/geometry"
11
+ ```
12
+
13
+ Or access Global build from CDN
14
+ ``` html
15
+ <script src =" https://unpkg.com/@orillusion/core/dist/orillusion.umd.js" ></script >
16
+ <script src =" https://unpkg.com/@orillusion/geometry/dist/geometry.umd.js" ></script >
17
+ ```
18
+
19
+ More doc from [ Orillusion] ( https://www.orillusion.com/guide/graphics/mesh.html )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @orillusion/geometry" ,
3
- "version" : " 0.2.0 " ,
3
+ "version" : " 0.2.1 " ,
4
4
"author" : " Orillusion" ,
5
5
"description" : " Orillusion geometry Plugin" ,
6
6
"main" : " ./dist/geometry.umd.js" ,
You can’t perform that action at this time.
0 commit comments