You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moving to Three v127, all the objects derived from Geometry have been removed. Because of this, the way tb.tube was working won't work anymore as it's being deprecated. To replace its functionality we will use TubeGeometry which derives from BufferGeometry
The text was updated successfully, but these errors were encountered:
Minor version by [@jscastro76](https://github.com/jscastro76), some enhancements and bugs.
#### ✨ Enhancements
- #212 Allow to remove an object by name
- #211 Create an object property that changes all the materials by a color
- #169 Update to Three.js v127
- #214 Full refactor of tb.tube
- #215 Refactor tb.line
- #216 Refactor tb.update
- #217 utils.material should allow THREE.DoubleSide
- #218 Remove CustomEvent from events
- #219 Remove .getInverse()
- #220 Update Loaders
- #221 Add fflate module
#### 🪲 Bug fixes
- #222 fflate depends on a physical file
#### 📝 Documentation
- Updated [documentation](/docs/Threebox.md) (`obj.color`, `tb.removeByName`)
Moving to Three v127, all the objects derived from
Geometry
have been removed. Because of this, the waytb.tube
was working won't work anymore as it's being deprecated. To replace its functionality we will useTubeGeometry
which derives fromBufferGeometry
The text was updated successfully, but these errors were encountered: