Enumerations | |
| enum | Operation { KEEP = 0x1E00, ZERO = 0x0000, REPLACE = 0x1E01, INCREMENT = 0x1E02, DECREMENT = 0x1E03, INVERT = 0x1E0A, INCREMENT_WRAP = 0x8507, DECREMENT_WRAP = 0x8508, INVALID } |
| Enumerates the COLLADA stencil operation types. More... | |
Functions | |
| FCOLLADA_EXPORT Operation | FromString (const char *value) |
| Converts the COLLADA render state stencil operation string to the stencil operation type. | |
| Operation | FromString (const fm::string &value) |
| Converts the FCollada texture channel string into a texture channel. | |
| FCOLLADA_EXPORT const char * | ToString (Operation op) |
| Converts the stencil operation type to its COLLADA render state function string. | |
|
|
|
Converts the FCollada texture channel string into a texture channel.
|
|
|
Converts the COLLADA render state stencil operation string to the stencil operation type.
|
|
|
Converts the stencil operation type to its COLLADA render state function string.
|
1.4.6-NO