#include "FUtils/FUDaeEnum.h"
#include "FCDocument/FCDObject.h"
Go to the source code of this file.
Classes | |
class | FCDAnimationCurve |
A COLLADA single-dimensional animation curve. More... | |
class | FCDConversionFunctor |
A simple conversion functor. More... | |
class | FCDConversionScaleFunctor |
A sample conversion functor: it scales the value by a given amount. More... | |
class | FCDConversionOffsetFunctor |
A sample conversion functor: it offsets the value by a given amount. More... | |
Typedefs | |
typedef float(* | FCDConversionFunction )(float v) |
A simple conversion function. | |
typedef fm::pvector< FCDAnimationClip > | FCDAnimationClipList |
A dynamically-sized array of animation clips. | |
typedef fm::pvector< FCDAnimationKey > | FCDAnimationKeyList |
A dynamically-sized array of curve keys. |