Enumerations | |
| enum | Mode { NONE, OVER, IN, OUT, ADD, SUBTRACT, MULTIPLY, DIFFERENCE, LIGHTEN, DARKEN, SATURATE, DESATURATE, ILLUMINATE, UNKNOWN, DEFAULT = NONE } |
| A multi-texture blend mode. More... | |
Functions | |
| FCOLLADA_EXPORT Mode | FromString (const char *value) |
| Converts the FCollada multi-texture mode string into a blend mode. | |
| FCOLLADA_EXPORT const char * | ToString (Mode mode) |
| Converts the blend mode into its FCollada multi-texture mode string. | |
| Mode | FromString (const fm::string &value) |
| Converts the FCollada texture channel string into a texture channel. | |
|
|
|
Converts the FCollada texture channel string into a texture channel.
|
|
|
Converts the FCollada multi-texture mode string into a blend mode.
|
|
|
Converts the blend mode into its FCollada multi-texture mode string.
|
1.4.6-NO