Enumerations | |
enum | Type { CLOCKWISE = 0x0900, COUNTER_CLOCKWISE = 0x0901, INVALID } |
The winding direction that determines the front surface for a polygon. More... | |
Functions | |
FCOLLADA_EXPORT Type | FromString (const char *value) |
Converts the COLLADA render state front-face type string to the front-face 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 front-face type to its COLLADA render state front-face type string. |
|
The winding direction that determines the front surface for a polygon.
|
|
Converts the FCollada texture channel string into a texture channel.
|
|
Converts the COLLADA render state front-face type string to the front-face type.
|
|
Converts the front-face type to its COLLADA render state front-face type string.
|