Enumerations | |
enum | Function { NEVER = 0x0200, LESS = 0x0201, EQUAL = 0x0202, LESS_EQUAL = 0x0203, GREATER = 0x0204, NOT_EQUAL = 0x0205, GREATER_EQUAL = 0x0206, ALWAYS = 0x0207, INVALID } |
Enumerates the COLLADA render state function types. More... | |
Functions | |
FCOLLADA_EXPORT Function | FromString (const char *value) |
Converts the COLLADA render state function string to the render state function type. | |
Function | FromString (const fm::string &value) |
Converts the FCollada texture channel string into a texture channel. | |
FCOLLADA_EXPORT const char * | ToString (Function fn) |
Converts the render state function type to its COLLADA render state function string. |
|
|
Converts the FCollada texture channel string into a texture channel.
|
|
Converts the COLLADA render state function string to the render state function type.
|
|
Converts the render state function type to its COLLADA render state function string.
|