-
Notifications
You must be signed in to change notification settings - Fork 190
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
cannot use cubemap in pythreejs #288
Comments
The logic for this has not been fully implemented yet. I think one thing we could do would be to add some custom field to the |
What is the current status of this issue? Thank you. Are there any alternatives or workarounds? Thank you! |
As far as I know, no-one has looked at this yet. Please write here if you intended to help implement this :) |
Thanks for the reply. I would be happy to make it happen, unfortunately I am really not familiar with javascript. If it helps anyone in the future, my workaround, at least for inspecting the smoothness through reflection lines, is to use a |
So... it's been two years but there's a working example included in #376. Once that's merged we can close this one out. |
when assign scene.background a CubeTexture, there is an error occured:
and in pythreejs, cannot use the cubemap as the way in three.js. because the CubeTextureLoader in pythreejs has no methods like load etc. and I cannot find any reference about this part.
anyone can help?
thanks
The text was updated successfully, but these errors were encountered: