Contains literals to identify animation channels. More...
Static Public Attributes | |
| static const std::string | mscNode |
| Identifier for the animation's host spatial (the one the animation is set on) | |
| static const std::string | mscLocalNode |
| Identifier for local animation spatial (only applicable for VgPoint instances). | |
| static const std::string | mscPosition |
| String identifier for the position channel. | |
| static const std::string | mscOrientation |
| String identifier for the orientation channel. | |
| static const std::string | mscScale |
| String identifier for the scale channel. | |
| static const std::string | mscFieldOfView |
| String identifier for the filed of view channel. | |
| static const std::pair < std::string, std::string > | mscPositionChannel |
| Identifier for position channel. | |
| static const std::pair < std::string, std::string > | mscOrientationChannel |
| Identifier for orientation channel. | |
| static const std::pair < std::string, std::string > | mscScaleChannel |
| Identifier for scale channel. | |
| static const std::pair < std::string, std::string > | mscLocalPositionChannel |
| Identifier for local position channel. | |
| static const std::pair < std::string, std::string > | mscLocalOrientationChannel |
| Identifier for local orientation channel. | |
| static const std::pair < std::string, std::string > | mscLocalScaleChannel |
| Identifier for local scale channel. | |
Contains literals to identify animation channels.
const std::string VgEngine::VgAnimationChannels::mscFieldOfView [static] |
String identifier for the filed of view channel.
const std::string VgEngine::VgAnimationChannels::mscLocalNode [static] |
Identifier for local animation spatial (only applicable for VgPoint instances).
const std::pair< std::string, std::string > VgEngine::VgAnimationChannels::mscLocalOrientationChannel [static] |
Identifier for local orientation channel.
const std::pair< std::string, std::string > VgEngine::VgAnimationChannels::mscLocalPositionChannel [static] |
Identifier for local position channel.
const std::pair< std::string, std::string > VgEngine::VgAnimationChannels::mscLocalScaleChannel [static] |
Identifier for local scale channel.
const std::string VgEngine::VgAnimationChannels::mscNode [static] |
Identifier for the animation's host spatial (the one the animation is set on)
const std::string VgEngine::VgAnimationChannels::mscOrientation [static] |
String identifier for the orientation channel.
const std::pair< std::string, std::string > VgEngine::VgAnimationChannels::mscOrientationChannel [static] |
Identifier for orientation channel.
const std::string VgEngine::VgAnimationChannels::mscPosition [static] |
String identifier for the position channel.
const std::pair< std::string, std::string > VgEngine::VgAnimationChannels::mscPositionChannel [static] |
Identifier for position channel.
const std::string VgEngine::VgAnimationChannels::mscScale [static] |
String identifier for the scale channel.
const std::pair< std::string, std::string > VgEngine::VgAnimationChannels::mscScaleChannel [static] |
Identifier for scale channel.