Enumerations | |
enum | WrapMode { NONE = 0, WRAP, MIRROR, CLAMP, BORDER, UNKNOWN, DEFAULT = WRAP } |
Functions | |
FCOLLADA_EXPORT WrapMode | FromString (const char *value) |
Converts the COLLADA wrap mode string into a wrap mode. | |
WrapMode | FromString (const fm::string &value) |
Converts the FCollada texture channel string into a texture channel. | |
FCOLLADA_EXPORT const char * | ToString (WrapMode wrap) |
Converts the wrap mode into its COLLADA wrap mode string. |
|
Converts the FCollada texture channel string into a texture channel.
|
|
Converts the COLLADA wrap mode string into a wrap mode.
|
|
Converts the wrap mode into its COLLADA wrap mode string.
|