You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
blee03291 edited this page Jan 23, 2014
·
1 revision
hi!
I used box2d-jquery today.
I checked box2d-jquery animation'fps. That fps was 30.
but after i modified your code "jquery.box2d.js", i checked animation'fps. That fps was about 60.
my changed logs is
i changed "translateX, translateY" to "translate3d"
changed draw loop "settimeout" to "requestAnimationFrame"