-
Add an Object class: convenience methods to produce lines, spheres, tubes, and imported OBJ/MTL meshes, as well as a method to bring in THREE.Object3D's produced elsewhere with vanilla Three.js. Most of these are moveable, and have methods to move/rotate/rescale
-
No need to call
tb.update()
after putting it in the custom layer'srender()
function.
- Automatically adjust for viewport size (#43)
.setupDefaultLights()
has moved to an optionaldefaultLights
parameter, in the third argument for Threebox().tb.addAtCoordinate()
andtb.moveToCoordinate()
have been deprecated.tb.add(Object)
andObject.setCoords()
replace them