#include "FCDocument/FCDObject.h"
Go to the source code of this file.
Namespaces | |
namespace | FCDAnimatedStandardQualifiers |
Classes | |
class | FCDAnimated |
An animated element. More... | |
class | FCDAnimatedCustom |
A COLLADA custom animated value. More... | |
Typedefs | |
typedef fm::pvector< float > | FloatPtrList |
A dynamically-sized array of floating-point value pointers. | |
typedef fm::pvector< FCDAnimationCurve > | FCDAnimationCurveList |
A dynamically-sized array of animation curves. | |
typedef FUTrackedList< FCDAnimationCurve > | FCDAnimationCurveTrackList |
A dynamically-sized array of tracked animation curves. | |
typedef fm::vector< FCDAnimationCurveTrackList > | FCDAnimationCurveListList |
A dynamically-sized array of animation curve lists. | |
typedef fm::pvector< FCDAnimationChannel > | FCDAnimationChannelList |
A dynamically-sized array of animation channels. | |
typedef fm::pvector< FCDAnimated > | FCDAnimatedList |
A dynamically-sized array of animated values. | |
Variables | |
FCOLLADA_EXPORT const char * | FCDAnimatedStandardQualifiers::EMPTY [1] |
Common accessor type string arrays. Used for qualifying single values. | |
FCOLLADA_EXPORT const char * | FCDAnimatedStandardQualifiers::XYZW [4] |
Used for position and vector values. | |
FCOLLADA_EXPORT const char * | FCDAnimatedStandardQualifiers::RGBA [4] |
Used for color value. | |
FCOLLADA_EXPORT const char * | FCDAnimatedStandardQualifiers::ROTATE_AXIS [4] |
Used for angle-axis rotation transforms. | |
FCOLLADA_EXPORT const char * | FCDAnimatedStandardQualifiers::SKEW [7] |
Used for the skew transforms. | |
FCOLLADA_EXPORT const char * | FCDAnimatedStandardQualifiers::MATRIX [16] |
Used for animating matrix values. | |
FCOLLADA_EXPORT const char * | FCDAnimatedStandardQualifiers::LOOKAT [9] |
Used for the look-at transforms. |