Enumerations | |
enum | Type { LINEAR = 0x2601, EXP = 0x0800, EXP2 = 0x0801, INVALID } |
The fog formula. More... | |
Functions | |
FCOLLADA_EXPORT Type | FromString (const char *value) |
Converts the COLLADA render state fog type string to the fog 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 fog type to its COLLADA render state fog type string. |
|
The fog formula.
|
|
Converts the FCollada texture channel string into a texture channel.
|
|
Converts the COLLADA render state fog type string to the fog type.
|
|
Converts the fog type to its COLLADA render state fog type string.
|