Describes how an animation curve should be sampled.
Definition sampletype.h:21
static Code FromString(const Util::String &str)
convert from string
Definition sampletype.cc:17
static Util::String ToString(Code c)
convert to string
Definition sampletype.cc:33
Code
animation sample types
Definition sampletype.h:25
@ CatmullRom
Definition sampletype.h:29
@ InvalidSampleType
Definition sampletype.h:32
@ Hermite
Definition sampletype.h:28
@ Step
Definition sampletype.h:26
@ NumSampleTypes
Definition sampletype.h:31
@ Linear
Definition sampletype.h:27
An animation resource holds a set of animations from a loaded NAX file.
Definition charactercontext.h:40
Nebula's universal string class.
Definition string.h:50