Enumerations | |
enum | Equation { ADD = 0x8006, SUBTRACT = 0x800A, REVERSE_SUBTRACT = 0x800B, MIN = 0x8007, MAX = 0x8008, INVALID } |
A render state blend equation formula. More... | |
Functions | |
FCOLLADA_EXPORT Equation | FromString (const char *value) |
Converts the COLLADA render state face type string to the blend equation type. | |
Equation | FromString (const fm::string &value) |
Converts the FCollada texture channel string into a texture channel. | |
FCOLLADA_EXPORT const char * | ToString (Equation equation) |
Converts the blend equation type to its COLLADA render state blend equation type string. |
|
|
Converts the FCollada texture channel string into a texture channel.
|
|
Converts the COLLADA render state face type string to the blend equation type.
|
|
Converts the blend equation type to its COLLADA render state blend equation type string.
|