FUDaePassStateFogType Namespace Reference

The render state fog types. More...


Enumerations

enum  Type {
  LINEAR = 0x2601,
  EXP = 0x0800,
  EXP2 = 0x0801,
  INVALID
}
 The fog formula. More...

Functions

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


Detailed Description

The render state fog types.

Enumeration Type Documentation

enum FUDaePassStateFogType::Type
 

The fog formula.

Enumerator:
LINEAR  Linear fog.
EXP  Exponential fog.
EXP2  Exponential fog.
INVALID  An invalid fog type.


Function Documentation

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

Converts the COLLADA render state fog type string to the fog type.

Parameters:
value The render state fog type string.
Returns:
The fog type.

FCOLLADA_EXPORT const char* FUDaePassStateFogType::ToString Type  type  ) 
 

Converts the fog type to its COLLADA render state fog type string.

Parameters:
type The fog type.
Returns:
The render state fog type string.


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