Enum AnimationPath
The name of the node’s TRS property to animate, or the "weights" of the Morph Targets it instantiates.
Namespace: Unity.Cloud.Gltfast.Objects
Assembly: Unity.Cloud.Gltfast.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter<AnimationPath>))]
public enum AnimationPath
Remarks
For the "translation" property, the values that are provided by the sampler are the translation along the X, Y, and Z axes. For the "rotation" property, the values are a quaternion in the order (x, y, z, w), where w is the scalar. For the "scale" property, the values are the scaling factors along the X, Y, and Z axes.
Fields
| Name | Description |
|---|---|
| Pointer | Indicates usage of extension KHR_animation_pointer |
| Rotation | Node's rotation |
| Scale | Node's scale |
| Translation | Node's translation |
| Undefined | Undefined |
| Weights | Morph targets weights |