Enumerations | |
| enum | Type { EMISSION = 0x1600, AMBIENT = 0x1200, DIFFUSE = 0x1201, SPECULAR = 0x1202, AMBIENT_AND_DIFFUSE = 0x1602, INVALID } |
| The applicable material type. More... | |
Functions | |
| FCOLLADA_EXPORT Type | FromString (const char *value) |
| Converts the COLLADA render state material type string to the material 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 material type to its COLLADA render state material type string. | |
|
|
The applicable material type.
|
|
|
Converts the FCollada texture channel string into a texture channel.
|
|
|
Converts the COLLADA render state material type string to the material type.
|
|
|
Converts the material type to its COLLADA render state material type string.
|
1.4.6-NO