SCNAnimation speed

Hi there,


I would like to change the speed of an ongoing SCNAnimation (CAAnimation).


I am able to set the animation's speed before i add it to the SCNNode but once it is running it does not work anymore.


Any suggestions?


Thx


G.

Replies

Were you able to resolve this? I'm suffering the same problem - an animation (in my case from an imported .dae) appears to run correctly, but ignores changes to it's .speed property.


The same file used in an SCNAnimationPlayer does honour the speed property, but SCNAnimationPlayer was introduced in iOS11 and for maximum compatability I'd like to support iOS 10 too.