SCNRender with animated Scene

I have SCNScene with animated objects (.dae files) and also i have SCNRender inited with openGLContext, when i set my animated scene to this render i don't see animation, when i set my animated scene to SCNView i see animations.


So I can use SCNRender only with scene with static 3d models ?


I understand that OpenGL can only draw objects, it doesn't know anything about animation settings in my .dae file


Can somebody explain me how I can draw animated scene using SCNRender initialized with openGLContext?

Replies

SCNRender support dynamic 3d models.

When you call renderAtTime, use


CFAbsoluteTimeGetCurrent();