FUDaePassStatePolygonMode Namespace Reference

The render state polygon modes. More...


Enumerations

enum  Mode {
  POINT = 0x1B00,
  LINE = 0x1B01,
  FILL = 0x1B02,
  INVALID
}
 The rasterizing mode for polygons. More...

Functions

FCOLLADA_EXPORT Mode FromString (const char *value)
 Converts the COLLADA render state polygon mode type string to the polygon mode.
Mode FromString (const fm::string &value)
 Converts the FCollada texture channel string into a texture channel.
FCOLLADA_EXPORT const char * ToString (Mode mode)
 Converts the polygon mode to its COLLADA render state polygon mode type string.


Detailed Description

The render state polygon modes.

Enumeration Type Documentation

enum FUDaePassStatePolygonMode::Mode
 

The rasterizing mode for polygons.

Enumerator:
POINT  Rasterize only the polygon vertices.
LINE  Rasterize only the polygon edges.
FILL  Rasterize the full polygon.
INVALID  An invalid rasterizing mode.


Function Documentation

Mode FUDaePassStatePolygonMode::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 Mode FUDaePassStatePolygonMode::FromString const char *  value  ) 
 

Converts the COLLADA render state polygon mode type string to the polygon mode.

Parameters:
value The render state polygon mode type string.
Returns:
The polygon mode.

FCOLLADA_EXPORT const char* FUDaePassStatePolygonMode::ToString Mode  mode  ) 
 

Converts the polygon mode to its COLLADA render state polygon mode type string.

Parameters:
mode The polygon mode.
Returns:
The render state polygon mode type string.


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