three-2-csg
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "three-2-csg", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "converts ThreeJS object into CSG and back", | ||
@@ -5,0 +5,0 @@ "main": "./lib/three-2-csg.js", |
@@ -8,2 +8,6 @@ # What's this? | ||
## Installation | ||
`npm i three-2-csg`; | ||
# Example | ||
@@ -10,0 +14,0 @@ The following example is based on a [Stack overflow example](https://stackoverflow.com/questions/24716145/create-a-unique-sphere-geometry-from-a-sphere-and-a-cylinder-three-js#24720819) by [4m1r](https://stackoverflow.com/users/2296997/4m1r): |
Sorry, the diff of this file is not supported yet
9740
71