GLFogStateItem Class Reference

#include <GLState.h>

Inheritance diagram for GLFogStateItem:

GLStateItem IFeatures

List of all members.

Public Member Functions

virtual ~GLFogStateItem ()
virtual bool sync ()
virtual bool apply ()

Public Attributes

State variables
GLboolean enable
 glEnable; GL_TRUE or <GL_FALSE>
GLenum fogMode
 glFogi; GL_LINEAR, <GL_EXP>, GL_EXP2
GLfloat fogDensity
 glFogf; <1> (must be non-negative)
GLfloat fogStart
 glFogf; <0>
GLfloat fogEnd
 glFogf; <1>
GLenum fogIndex
 glFogi; GL_FOG_COORD or <GL_FRAGMENT_DEPTH> -- TODO ? initial value
GLcolor fogColor
 glFogfv;
GLenum fogHint
 glHint; GL_FASTEST, GL_NICEST, or <GL_DONT_CARE>


Detailed Description

Definition at line 273 of file GLState.h.


Constructor & Destructor Documentation

virtual GLFogStateItem::~GLFogStateItem (  )  [inline, virtual]

Definition at line 275 of file GLState.h.


Member Function Documentation

virtual bool GLFogStateItem::sync (  )  [virtual]

Implements GLStateItem.

virtual bool GLFogStateItem::apply (  )  [virtual]

Implements GLStateItem.


Member Data Documentation

glEnable; GL_TRUE or <GL_FALSE>

Definition at line 285 of file GLState.h.

glFogi; GL_LINEAR, <GL_EXP>, GL_EXP2

Definition at line 288 of file GLState.h.

glFogf; <1> (must be non-negative)

Definition at line 291 of file GLState.h.

glFogf; <0>

Definition at line 293 of file GLState.h.

glFogf; <1>

Definition at line 295 of file GLState.h.

glFogi; GL_FOG_COORD or <GL_FRAGMENT_DEPTH> -- TODO ? initial value

Definition at line 298 of file GLState.h.

glFogfv;

Definition at line 301 of file GLState.h.

glHint; GL_FASTEST, GL_NICEST, or <GL_DONT_CARE>

Definition at line 304 of file GLState.h.


The documentation for this class was generated from the following file:

Generated on 28 Feb 2009 for Milton by doxygen 1.5.6