0.0.3 • Published 8 years ago
three-solid v0.0.3
Three Solid
Constructive Solid Geometry tools for Three.js.
This is a fork of chandlerprall/ThreeCSG.
Not yet ready for general use.
Usage
npm install three-solid
or
<script src="https://unpkg.com/three-solid@latest/dist/three-solid.min.js"></script>
Example
https://johnrees.github.io/three-solid
Output
Running yarn run build will create a dist folder with the following files.
| Build Format | Location |
|---|---|
| umd | dist/three-solid.js |
| umd (minified) | dist/three-solid.min.js |
| commonjs | dist/cjs/index.js |
| es6 | dist/es6/index.js |