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
The demos that rely on Three.js don't work because
Uncaught TypeError: THREE.OrbitControls is not a constructor
THREE.PlaneBufferGeometry has been renamed to THREE.PlaneGeometry.
Maybe this can be solved easily by adding the correct version of Three.js in the repository instead of hot loading it from threejs.org.
The text was updated successfully, but these errors were encountered:
Updated the imports and made a pull request (#17).
Tested to work on a local web server.
Sorry, something went wrong.
Fixed for all TenMinutePhysics demos by #18. Hopefully it will get merged shortly. Cheers!
Successfully merging a pull request may close this issue.
The demos that rely on Three.js don't work because
Uncaught TypeError: THREE.OrbitControls is not a constructor
THREE.PlaneBufferGeometry has been renamed to THREE.PlaneGeometry.
)Maybe this can be solved easily by adding the correct version of Three.js in the repository instead of hot loading it from threejs.org.
The text was updated successfully, but these errors were encountered: