FUDaePassStateFrontFaceType Namespace Reference

The render state front face types. More...


Enumerations

enum  Type {
  CLOCKWISE = 0x0900,
  COUNTER_CLOCKWISE = 0x0901,
  INVALID
}
 The winding direction that determines the front surface for a polygon. More...

Functions

FCOLLADA_EXPORT Type FromString (const char *value)
 Converts the COLLADA render state front-face type string to the front-face 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 front-face type to its COLLADA render state front-face type string.


Detailed Description

The render state front face types.

Enumeration Type Documentation

enum FUDaePassStateFrontFaceType::Type
 

The winding direction that determines the front surface for a polygon.

Enumerator:
CLOCKWISE  Clockwise winding.
COUNTER_CLOCKWISE  Counter-clockwise winding.
INVALID  An invalid winding.


Function Documentation

Type FUDaePassStateFrontFaceType::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 Type FUDaePassStateFrontFaceType::FromString const char *  value  ) 
 

Converts the COLLADA render state front-face type string to the front-face type.

Parameters:
value The render state front-face type string.
Returns:
The front-face type.

FCOLLADA_EXPORT const char* FUDaePassStateFrontFaceType::ToString Type  type  ) 
 

Converts the front-face type to its COLLADA render state front-face type string.

Parameters:
type The front-face type.
Returns:
The render state front-face type string.


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