Enumerations | |
enum | Type { SINGLE_COLOR = 0x81F9, SEPARATE_SPECULAR_COLOR = 0x81FA, INVALID } |
The type of colors used within the light model. More... | |
Functions | |
FCOLLADA_EXPORT Type | FromString (const char *value) |
Converts the COLLADA render state light model color control type string to the light model color control 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 light model color control type to its COLLADA render state light model color control type string. |
|
The type of colors used within the light model.
|
|
Converts the FCollada texture channel string into a texture channel.
|
|
Converts the COLLADA render state light model color control type string to the light model color control type.
|
|
Converts the light model color control type to its COLLADA render state light model color control type string.
|