ArianHD Posted September 30, 2019 Share Posted September 30, 2019 Hello there! Newbie here PIXI.autoDetectRenderer(x,y,{transparent:false}) Is it possible to change transparent to true at some point, long after set as false at autoDetectRenderer? ivan.popelyshev 1 Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted September 30, 2019 Share Posted September 30, 2019 Hi! No, its not possible because its a part of webgl context creation parameters, limitation put by the WebGL standard. You have to create new renderer to do that. Also "x" and "y" aren't params anymore, you have to pass PIXI.autoDetectRenderer({width: x, height:y, transparent: false}); Welcome to the forums! ArianHD 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.