Enumerations | |
enum | Mode { POINT = 0x1B00, LINE = 0x1B01, FILL = 0x1B02, INVALID } |
The rasterizing mode for polygons. More... | |
Functions | |
FCOLLADA_EXPORT Mode | FromString (const char *value) |
Converts the COLLADA render state polygon mode type string to the polygon mode. | |
Mode | FromString (const fm::string &value) |
Converts the FCollada texture channel string into a texture channel. | |
FCOLLADA_EXPORT const char * | ToString (Mode mode) |
Converts the polygon mode to its COLLADA render state polygon mode type string. |
|
The rasterizing mode for polygons.
|
|
Converts the FCollada texture channel string into a texture channel.
|
|
Converts the COLLADA render state polygon mode type string to the polygon mode.
|
|
Converts the polygon mode to its COLLADA render state polygon mode type string.
|