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? 回答1: 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