AnimatedElement
Engine/source/ts/collada/colladaUtils.h
Public Attributes
Default value (used when element is NULL)
Public Functions
AnimatedElement(const daeElement * e)
bool
Check if the element has any animations channels.
bool
isAnimated(F32 start, F32 end)
Detailed Description
Public Attributes
T defaultVal
Default value (used when element is NULL)
const daeElement * element
The Collada element (can be NULL)
Public Functions
AnimatedElement(const daeElement * e)
getValue(F32 time)
Get the value of the element at the specified time.
isAnimated()
Check if the element has any animations channels.
isAnimated(F32 start, F32 end)