Assimp  v3.1.1 (June 2014)
Assimp::Collada::AnimationChannel Struct Reference

An animation channel. More...

Public Attributes

std::string mInTanValues
 Source URL of the IN_TANGENT semantic values. More...
 
std::string mInterpolationValues
 Source URL of the INTERPOLATION semantic values. More...
 
std::string mOutTanValues
 Source URL of the OUT_TANGENT semantic values. More...
 
std::string mSourceTimes
 Source URL of the time values. More...
 
std::string mSourceValues
 Source URL of the value values. More...
 
std::string mTarget
 URL of the data to animate. More...
 

Detailed Description

An animation channel.

Member Data Documentation

§ mInTanValues

std::string Assimp::Collada::AnimationChannel::mInTanValues

Source URL of the IN_TANGENT semantic values.

§ mInterpolationValues

std::string Assimp::Collada::AnimationChannel::mInterpolationValues

Source URL of the INTERPOLATION semantic values.

§ mOutTanValues

std::string Assimp::Collada::AnimationChannel::mOutTanValues

Source URL of the OUT_TANGENT semantic values.

§ mSourceTimes

std::string Assimp::Collada::AnimationChannel::mSourceTimes

Source URL of the time values.

Collada calls them "input". Meh.

§ mSourceValues

std::string Assimp::Collada::AnimationChannel::mSourceValues

Source URL of the value values.

Collada calls them "output".

§ mTarget

std::string Assimp::Collada::AnimationChannel::mTarget

URL of the data to animate.

Could be about anything, but we support only the "NodeID/TransformID.SubElement" notation


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