SceneKit2Video icon indicating copy to clipboard operation
SceneKit2Video copied to clipboard

Animated models on dae animating properly on sceneView, but they are not moving on video

Open notdetninja47 opened this issue 7 years ago • 2 comments

Checked with different dae and scn animations. All of them are animating on sceneView, but not moving on the video.

There is a strange bug - when I'm starting recording model is not animating, but if I switch it to another model in scn without animation and after a second change back to animated model it starts animating (only with this one, other doesn't make any effect, not in dae, not in scn).

notdetninja47 avatar Sep 27 '17 04:09 notdetninja47

I have the same kind of issue with ARKit when I try CABasicAnimation on nodes. cf. my comment in #5

Francescu avatar Oct 10 '17 14:10 Francescu

@notdetninja47 and @Francescu , I was having the same problem. I had another renderer. This was the solution: https://stackoverflow.com/questions/40378180/scnrender-scene-with-animated-objects

MarcusAdams avatar Jan 05 '21 22:01 MarcusAdams