Enumerations | |
enum | Type { ZERO = 0x0000, ONE = 0x0001, SOURCE_COLOR = 0x0300, ONE_MINUS_SOURCE_COLOR = 0x0301, DESTINATION_COLOR = 0x0306, ONE_MINUS_DESTINATION_COLOR = 0x0307, SOURCE_ALPHA = 0x0302, ONE_MINUS_SOURCE_ALPHA = 0x0303, DESTINATION_ALPHA = 0x0304, ONE_MINUS_DESTINATION_ALPHA = 0x0305, CONSTANT_COLOR = 0x8001, ONE_MINUS_CONSTANT_COLOR = 0x8002, CONSTANT_ALPHA = 0x8003, ONE_MINUS_CONSTANT_ALPHA = 0x8004, SOURCE_ALPHA_SATURATE = 0x0308, INVALID } |
Enumerates the COLLADA render state blend types. More... | |
Functions | |
FCOLLADA_EXPORT Type | FromString (const char *value) |
Converts the COLLADA render state blend 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 blend type to its COLLADA render state blend type string. |
|
|
Converts the FCollada texture channel string into a texture channel.
|
|
Converts the COLLADA render state blend type string to the blend type.
|
|
Converts the blend type to its COLLADA render state blend type string.
|