Enumerations | |
| enum | Type { FRONT = 0x0404, BACK = 0x0405, FRONT_AND_BACK = 0x0408, INVALID } |
| The render state face types. More... | |
Functions | |
| FCOLLADA_EXPORT Type | FromString (const char *value) |
| Converts the COLLADA render state face type string to the blend type. | |
| Type | FromString (const fm::string &value) |
| Converts the FCollada texture channel string into a texture channel. | |
| FCOLLADA_EXPORT const char * | ToString (Type type) |
| Converts the face type to its COLLADA render state face type string. | |
|
|
The render state face types. The usage of this enumerated type depends on the specific render state that uses it. |
|
|
Converts the FCollada texture channel string into a texture channel.
|
|
|
Converts the COLLADA render state face type string to the blend type.
|
|
|
Converts the face type to its COLLADA render state face type string.
|
1.4.6-NO