Closed GoogleCodeExporter closed 9 years ago
Added optional support for requestAnimationFrame. Holding off from turning it
on permanently due to strange issue with Chrome 11 where camera calls to
transform translate with undefined arguments. This is the error "Uncaught
TypeError: Cannot read property '0' of undefined". Inserting a simple line of
code in that function to test for undefined arguments, essentially a no-op
eliminates the error.
// Example of using the experimental support for requestAnimationFrame in user
scripts
clearInterval(o3d.Renderer.render_callback_interval_);
o3d.Renderer.installRequestAnimationFrame();
window.requestAnimationFrame(o3d.Renderer.renderClients);
Original comment by jpywt...@gmail.com
on 10 May 2011 at 11:21
Marking verified to denote this issue was part of 1.3.1 release.
Original comment by erik.kit...@gmail.com
on 13 May 2011 at 5:34
Original issue reported on code.google.com by
jpywt...@gmail.com
on 10 May 2011 at 10:25