-
Notifications
You must be signed in to change notification settings - Fork 167
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
webgl background transparency #133
Comments
Have you tried to set |
Thanks for the suggestion. I tried 0, and it is still black. I also tried the default: 0x000000FF, but that actually changed the background to blue. |
hmm, so I recommend you to use developer console for checking |
in and in The background is still black. |
How about changing Line 10625 in 740f765
|
Doesn't change anything. |
I guess you are testing your content on LWFS. Currently various WebGL implementations seem to have some issues for transparent canvases: http://stackoverflow.com/questions/11554654/webgl-blendfunc-bug-or-misunderstanding so that LWFS set the canvas's background to be black and opaque: You should be able to get a transparent canvas by adjusting these code (and with |
Canvas output has a transparent background, webgl output has a black background. Ideally webgl output background would be transparent.
The text was updated successfully, but these errors were encountered: