Enumerations | |
enum | FilterFunction { NONE = 0, NEAREST, LINEAR, NEAREST_MIPMAP_NEAREST, LINEAR_MIPMAP_NEAREST, NEAREST_MIPMAP_LINEAR, LINEAR_MIPMAP_LINEAR, UNKNOWN, DEFAULT = NONE } |
Functions | |
FCOLLADA_EXPORT FilterFunction | FromString (const char *value) |
Converts the COLLADA filter function string into a filter function. | |
FilterFunction | FromString (const fm::string &value) |
Converts the FCollada texture channel string into a texture channel. | |
FCOLLADA_EXPORT const char * | ToString (FilterFunction function) |
Converts the filter function into its COLLADA filter function string. |
|
Converts the FCollada texture channel string into a texture channel.
|
|
Converts the COLLADA filter function string into a filter function.
|
|
Converts the filter function into its COLLADA filter function string.
|