Return to the tutorials list.
8 - Move an instance along a spline
The
previous tutorial has show how to instanciate model and position it. It is posible to animated an instance using either a keyframe animation or manually updating the instance transform each frame with the following api:
but to introduce a different way of animating an Instance this tutorial will focus to creating a simple spline and mode the model along the created spline.
PreviewSource Code