-
Notifications
You must be signed in to change notification settings - Fork 18
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
Adding clicked point throws an error with MeshBasicMaterial #88
Comments
So the problem seems to be that Amphion is sending a MeshBasicMaterial and tests for a MeshStandardMaterial... |
Is Zethus being used as a component or are we talking about the web application? |
It does not matter as far as I can tell. Anytime you are adding a clicked point you will see this error. That is where the assert is that gets triggered. I suggest to switch to |
Got it. Will create a bugfix release and deploy today if possible. |
assertIsMeshBasicMaterial to assertIsMaterial
The assert when setting the color doesn't seem to properly work.
I tried to check to make sure only one threejs version is on the page.
The text was updated successfully, but these errors were encountered: