FUDaeTextureWrapMode Namespace Reference

Contains the texture wrap modes. More...


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.


Detailed Description

Contains the texture wrap modes.

Function Documentation

WrapMode FUDaeTextureWrapMode::FromString const fm::string value  )  [inline]
 

Converts the FCollada texture channel string into a texture channel.

Parameters:
value The COLLADA interpolation type string.
Returns:
The interpolation type.

FCOLLADA_EXPORT WrapMode FUDaeTextureWrapMode::FromString const char *  value  ) 
 

Converts the COLLADA wrap mode string into a wrap mode.

Parameters:
value The COLLADA wrap mode string.
Returns:
The wrap mode.

FCOLLADA_EXPORT const char* FUDaeTextureWrapMode::ToString WrapMode  wrap  ) 
 

Converts the wrap mode into its COLLADA wrap mode string.

Parameters:
wrap The wrap mode.
Returns:
The COLLADA wrap mode string.


Generated on Thu Feb 14 16:58:43 2008 for FCollada by  doxygen 1.4.6-NO