Enumerations | |
enum | Interpolation { STEP = 0, LINEAR, BEZIER, TCB, UNKNOWN, DEFAULT = STEP } |
An animation curve interpolation type. More... | |
Functions | |
FCOLLADA_EXPORT Interpolation | FromString (const fm::string &value) |
Converts the COLLADA interpolation type string into an interpolation type. | |
FCOLLADA_EXPORT const char * | ToString (const Interpolation &value) |
Converts the interpolation type into its COLLADA type string. |
|
|
Converts the COLLADA interpolation type string into an interpolation type.
|
|
Converts the interpolation type into its COLLADA type string.
|