OMAR Posted March 29, 2016 Share Posted March 29, 2016 Can I lock the FPS of my Babylon.js app so it has 30 FPS instead of 60? -Thanks Quote Link to comment Share on other sites More sharing options...
jerome Posted March 29, 2016 Share Posted March 29, 2016 BJS relies on the call to RequestAnimationFrame() -RAF- in tis render loop to clean and then to redraw the canvas. Your browser tries to call RAF at the best rate it can, so 60 times per second if possible. I guess that if you want to set your own frequency, you could use setInterval() instead OMAR 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.