GLFogStateItem Class Reference
#include <GLState.h>
Inheritance diagram for GLFogStateItem:

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] |
Member Function Documentation
| virtual bool GLFogStateItem::sync | ( | ) | [virtual] |
Implements GLStateItem.
| virtual bool GLFogStateItem::apply | ( | ) | [virtual] |
Implements GLStateItem.
Member Data Documentation
| GLboolean GLFogStateItem::enable |
| GLenum GLFogStateItem::fogMode |
| GLfloat GLFogStateItem::fogDensity |
| GLfloat GLFogStateItem::fogStart |
| GLfloat GLFogStateItem::fogEnd |
| GLenum GLFogStateItem::fogIndex |
| GLenum GLFogStateItem::fogHint |
The documentation for this class was generated from the following file:
Generated on 28 Feb 2009 for Milton by
1.5.6