Wraps the OpenGL function glHint(), see also http://www.opengl.org/sdk/docs/man/xhtml/glHint.xml for more information.
More...
#include <Shader.hpp>
List of all members.
Detailed Description
Wraps the OpenGL function glHint(), see also http://www.opengl.org/sdk/docs/man/xhtml/glHint.xml for more information.
- See also:
- Shader, Effect, Actor
Constructor & Destructor Documentation
| vl::Hint::Hint |
( |
) |
[inline] |
Member Function Documentation
| virtual const char* vl::Hint::className |
( |
) |
[inline, virtual] |
| virtual ERenderState vl::Hint::type |
( |
) |
const [inline, virtual] |
The parameter cameara is NULL if we are disabling the state, non-NULL if we are enabling it.
Implements vl::RenderState.
| void vl::Hint::setPerspectiveCorrectionHint |
( |
EHintMode |
mode ) |
[inline] |
| void vl::Hint::setPolygonSmoohtHint |
( |
EHintMode |
mode ) |
[inline] |
| void vl::Hint::setLineSmoothHint |
( |
EHintMode |
mode ) |
[inline] |
| void vl::Hint::setPointSmoothHint |
( |
EHintMode |
mode ) |
[inline] |
| void vl::Hint::setFogHint |
( |
EHintMode |
mode ) |
[inline] |
| void vl::Hint::setGenerateMipmapHint |
( |
EHintMode |
mode ) |
[inline] |
| EHintMode vl::Hint::perspectiveCorrectionHint |
( |
) |
const [inline] |
| EHintMode vl::Hint::polygonSmoohtHint |
( |
) |
const [inline] |
| EHintMode vl::Hint::lineSmoothHint |
( |
) |
const [inline] |
| EHintMode vl::Hint::pointSmoothHint |
( |
) |
const [inline] |
| EHintMode vl::Hint::fogHint |
( |
) |
const [inline] |
| EHintMode vl::Hint::generateMipmapHint |
( |
) |
const [inline] |
Member Data Documentation
The documentation for this class was generated from the following files:
- C:/VL/BuildSystem/VL_DISTRO/Visualization_Library_SDK/src/vl/Shader.hpp
- C:/VL/BuildSystem/VL_DISTRO/Visualization_Library_SDK/src/vl/Shader.cpp