-
Notifications
You must be signed in to change notification settings - Fork 64
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
White background? #8
Comments
how to change the background? |
yes how to ? |
You can pass a property "background" to model. For example |
rgba doesn't work cause three needs another param to set alpha: true |
Add support pls for transparent background |
Gotta bundle the scripts outside of node modules and into my project in order to pass a param to set alpha true. |
the alpha must be set en the WebGLRenderer instance in conjunction with the setClearColor() function: So it should look like this |
Hey, I'm racking my brains trying to get this to work
I haven't added any new code, just modified the existing- any advice would be rad. |
There is white background on your example. Why?
The text was updated successfully, but these errors were encountered: