ianc Posted October 12, 2016 Share Posted October 12, 2016 Hi, I have started using Panda and it seems a fairly decent engine. I wanted to ask does Panda auto detect which renderer it is using as I am testing in chrome with ?debug and it shows that it is using canvas rather than webGL which I thought it would use in browser like Chrome. thanks Ian Quote Link to comment Share on other sites More sharing options...
Stephan Posted October 14, 2016 Share Posted October 14, 2016 hi ianc, In panda you have to enable webgl rendering in the config file to make it work in your app. So webgl is not automatically enabled. However there is a fallback mechanism to canvas rendering if you enable webgl and for some reason the browser does not support it. You can find an example of the config file here: http://www.pandajs.net/cheatsheet/9e4b6dd58091febd3d31.html stephan Quote Link to comment Share on other sites More sharing options...
ianc Posted October 22, 2016 Author Share Posted October 22, 2016 Great, thanks Stephan. 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.