-
Notifications
You must be signed in to change notification settings - Fork 717
New issue
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
Upgrading to Latest ThreeJS adds an extra plane like geometry #2015
Labels
bug
Something isn't working
Comments
I'm assuming this is using Steps to fix:
|
Im using helper. How do I fix this ?
|
try adding
|
The plane starts to appear from three.js version r155 and higher. From r154 and below the plane is not visible. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem description:
I upgraded to the latest
three
and I see a weird plane geometry. It happens in other cases as well.Relevant code: Update this codesandbox to the latest versions.
https://codesandbox.io/s/57iefg
The text was updated successfully, but these errors were encountered: