How to rotate animate the rotation of a Node in ARCore Sceneform
I understand that 3D animations such as walking are not yet supported in ARCore, but how can I animate the rotation of a Node? I know I can set LocalRotation or WorldRotation but how do I make this animated continuously in a smooth fashion? The easiest way is to use the Android Property Animation . An example of doing this is in the Sceneform sample "Solar System". Take a look at RotatingNode . This rotates the node around its axis. First, it creates an ObjectAnimator that uses LinearInterpolation to set the rotation between 4 points around a circle. private static ObjectAnimator