We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using three Version (https://github.com/supermedium/three.js): ^0.125.1
I'm getting the following error: Uncaught TypeError: THREE.Geometry is not a constructor.
Any suggestions?
The text was updated successfully, but these errors were encountered:
This is an old issue, but since it's still open I did resolve that error and submit a PR: #13
The error results from newer versions of THREE.js dropping THREE.Geometry in favor of THREE.BufferGeometry
Sorry, something went wrong.
No branches or pull requests
When using three Version (https://github.com/supermedium/three.js): ^0.125.1
I'm getting the following error: Uncaught TypeError: THREE.Geometry is not a constructor.
Any suggestions?
The text was updated successfully, but these errors were encountered: