Home | Features | Roadmap | Learn | Documentation | ||
Latest version: Tramway SDK 0.0.9 Github Quick links Home Get Started |
AnimationsAnimations are a Resource that can be used to, essentially, generate pose matrices. Those are used to deform meshes. See AnimationComponent for examples of what you can do with animations. Animations consist of keyframes. Each keyframe has some data associated with it. This data is used to transform bones. Keyframes start from zero and increase at a rate of 24 frames per second. This is the same as the default animation frame rate in Blender. Animations can be created in the Blender program and then exported using the Animation Exporter Plugin. A brief overview of the KeyframeFrameAny positive number. It is used to determine when the keyframe will be active. LocationTranslation of a bone. RotationRotation of a bone. ScaleScale of a bone. That's itNo shearing or any other kind of funny transformations. |
|
|