JeZxLee Posted August 19, 2017 Share Posted August 19, 2017 Hi, I booted up my slow thin client desktop and the game is running at 10 Frames Per Second. I wish to disable texture smoothing on desktop/notebook Internet browsers. How can I do the above? Thanks! JeZxLee Quote Link to comment Share on other sites More sharing options...
JeZxLee Posted August 20, 2017 Author Share Posted August 20, 2017 I am getting 50 Frames Per Second on Linux Chrome, and 10 Frames Per Second on Linux Firefox? Is there something I can do to fix Frames Per Second on Linux Firefox? Thanks! JeZxLee Quote Link to comment Share on other sites More sharing options...
xerver Posted August 20, 2017 Share Posted August 20, 2017 Have you profiled it to see what is slow? Quote Link to comment Share on other sites More sharing options...
JeZxLee Posted August 20, 2017 Author Share Posted August 20, 2017 WebGL is slow on Linux Firefox... I blame Linux Firefox, not PixiJSv4... Just wondering if there is something I can do in the source code to speed up the game to acceptable level? I also asked for help with WebGL & Firefox in the official Linux Mint forums... Thanks! JeZxLee Quote Link to comment Share on other sites More sharing options...
JeZxLee Posted August 20, 2017 Author Share Posted August 20, 2017 Hi, I did a performance profile on Linux Firefox: PDH4-Firefox-Performace-01.json Any ideas? <script> function gameLoop() { FrameCount++; setTimeout(gameLoop, FrameRate); state(); renderer.render(stage); } <!-- [TM] --> <!-- "A 110% By Team www.16BitSoft.com!" --> </script> Thanks for your help! JeZxLee Quote Link to comment Share on other sites More sharing options...
Taz Posted August 20, 2017 Share Posted August 20, 2017 If you use requestAnimationFrame(gameLoop) instead of setTimeout() does that help? Quote Link to comment Share on other sites More sharing options...
JeZxLee Posted August 20, 2017 Author Share Posted August 20, 2017 Tried that, no difference in performance... I think this is an issue with Mozilla Firefox Internet browser. I posted to their support forum... JeZxLee Quote Link to comment Share on other sites More sharing options...
JeZxLee Posted August 20, 2017 Author Share Posted August 20, 2017 My original question has not been answered: How do I disable texture smoothing on desktops/notebooks? Thanks! JeZxLee Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted August 20, 2017 Share Posted August 20, 2017 Im sorry, but you should start using the search. That was answered too many times. Also, it wont help you. 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.