Enumerations | |
enum | Infinity { CONSTANT = 0, LINEAR, CYCLE, CYCLE_RELATIVE, OSCILLATE, UNKNOWN, DEFAULT = CONSTANT } |
An infinity type. More... | |
Functions | |
FCOLLADA_EXPORT Infinity | FromString (const char *value) |
Converts the FCollada infinity type string into a infinity type. | |
FCOLLADA_EXPORT const char * | ToString (Infinity infinity) |
Converts the infinity type into its FCollada infinity type string. | |
Infinity | FromString (const fm::string &value) |
Converts the FCollada texture channel string into a texture channel. |
|
|
Converts the FCollada texture channel string into a texture channel.
|
|
Converts the FCollada infinity type string into a infinity type.
|
|
Converts the infinity type into its FCollada infinity type string.
|