canvasman Posted May 28, 2019 Share Posted May 28, 2019 Should I turn transparancy on and set body element background with css or set transparency false and pass backgroundColor property to renderer options? Which of those two is better considering performance or is there any difference? Quote Link to comment Share on other sites More sharing options...
themoonrat Posted May 28, 2019 Share Posted May 28, 2019 I believe that theoretically, transparent false in the renderer settings is quicker, so that's why it's the default. But in my experience, it's going to be negligible compared to any scene you're trying to render, and transparent true also helps work around occasional driver issues on older Android phones. So because of that, I'd personally always set it to true. canvasman 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.