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
Minor version by [@jscastro76](https://github.com/jscastro76), some enhancements and bugs.
#### ✨ Enhancements
- #310 extrusion.materials null by default, but not labelled as 'required' in documentation
- THREE.MeshPhongMaterial({ color: 0x660000, side: THREE.DoubleSide }) added as default material to extrusions
#### 🪲 Bug fixes
- #319 dat.gui.module has changed in threejs
- #320 Cannot read properties of undefined (reading 'appendChild')
#### 📝 Documentation
- Updated [Threebox documentation](/docs/Threebox.md) (`tb.extrusion` param `materials`)
Describe the bug
When trying to create extrusion e.g. like this:
following error is given:
This seems to be because in
threebox/src/objects/objects.js
Line 1091 in edd0065
Expected to have materials attribute labelled as 'required' here: https://github.com/jscastro76/threebox/blob/master/docs/Threebox.md#extrusion
All the best and thank you for the great project!
The text was updated successfully, but these errors were encountered: