Wrapper of Three.js and other useful libraries
npm install zetoff-threeWrapper of Three.js and other useful libraries





npm install --save zetoff-three
import THREE from 'zetoff-three';
import {ThreeBSP} from 'zetoff-three';
`
Includes:
- Three.js
Loader Libraries
- STLLoader
- OBJLoader
- BinaryLoader
- SVGLoader
- 3MFLoader
Export Libraries
- STLBinaryExporter
- STLExporter
- OBJExporter
Control Libraries
- OrbitControls
- MouseControls
- TrackballControls
Geometry
- NURBSCurve
- NURBSSurface
- NURBSUtils
- ThreeCSG
Contributors
You need to install three
npm install three` as a peer depency.