Description of the problem
After importing r85, THREE.ConvexGeometry
is undefined.
According to its page in the docs, it’s a ThreeJS function.
Why is it undefined?
Three.js version
- Dev
- r85
- …
Browser
- All of them
- Chrome
- Firefox
- Internet Explorer
OS
- All of them
- Windows
- macOS
- Linux
- Android
- iOS
Didn’t notice that there were two levels of hierarchy in the section docs, and this was under “Examples”
Took some googling before learning that things in “Examples” aren’t in the official package. Obvious in hindsight, was really confusing since they’re right alongside actual functionality.