fabnun Posted September 22, 2013 Share Posted September 22, 2013 Hi, first thank for this excellent framework, I used it to implement a zoom in http://deco-artesanos.appspot.com/piedra.html. Now I want to use it to develop a match viewer for http://javacup.javahispano.org. My query is: can i set fps to a constant value such as 30 fps? Greetings and sorry by my english (i use google translate) Quote Link to comment Share on other sites More sharing options...
xerver Posted September 24, 2013 Share Posted September 24, 2013 The framework doesn't loop and render, you do. Instead of using requestAnimFrame, you can just use a fixed setTimeout. Quote Link to comment Share on other sites More sharing options...
fabnun Posted September 24, 2013 Author Share Posted September 24, 2013 Thanks rolnaaba. I try setTimeOut 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.