cesium-native 0.43.0
Loading...
Searching...
No Matches
CesiumGltf::AnimationChannelTarget::Path Struct Reference

Known values for The name of the node's TRS property to animate, or the "weights" of the Morph Targets it instantiates. 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. More...

#include <CesiumGltf/AnimationChannelTarget.h>

Static Public Attributes

static const std::string translation = "translation"
 translation
 
static const std::string rotation = "rotation"
 rotation
 
static const std::string scale = "scale"
 scale
 
static const std::string weights = "weights"
 weights
 

Detailed Description

Known values for The name of the node's TRS property to animate, or the "weights" of the Morph Targets it instantiates. 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.

Definition at line 31 of file AnimationChannelTarget.h.

Member Data Documentation

◆ rotation

const std::string CesiumGltf::AnimationChannelTarget::Path::rotation = "rotation"
inlinestatic

rotation

Definition at line 36 of file AnimationChannelTarget.h.

◆ scale

const std::string CesiumGltf::AnimationChannelTarget::Path::scale = "scale"
inlinestatic

scale

Definition at line 39 of file AnimationChannelTarget.h.

◆ translation

const std::string CesiumGltf::AnimationChannelTarget::Path::translation = "translation"
inlinestatic

translation

Definition at line 33 of file AnimationChannelTarget.h.

◆ weights

const std::string CesiumGltf::AnimationChannelTarget::Path::weights = "weights"
inlinestatic

weights

Definition at line 42 of file AnimationChannelTarget.h.


The documentation for this struct was generated from the following file: