Enumerations | |
enum | Type { FOG_COORDINATE = 0x8451, FRAGMENT_DEPTH = 0x8452, INVALID } |
A fog coordinate type. More... | |
Functions | |
FCOLLADA_EXPORT Type | FromString (const char *value) |
Converts the COLLADA render state fog coordinate source type string to the fog coordinate source 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 coordinate source type to its COLLADA render state fog coordinate source type string. |
|
A fog coordinate type.
|
|
Converts the FCollada texture channel string into a texture channel.
|
|
Converts the COLLADA render state fog coordinate source type string to the fog coordinate source type.
|
|
Converts the fog coordinate source type to its COLLADA render state fog coordinate source type string.
|