#include <ivf/IvfLightingState.h>
Inheritance diagram for CIvfLightingState:
Public Member Functions | |
CIvfLightingState () | |
virtual | ~CIvfLightingState () |
IvfClassInfo ("CIvfLightingState", CIvfRenderState) | |
void | setLighting (bool flag) |
bool | getLighting () |
virtual void | doRestoreState () |
virtual void | doSaveState () |
virtual void | doState () |
Disables and enables the OpenGL lighting state
Definition at line 40 of file IvfLightingState.h.
|
CIvfLightingState constructor |
|
CIvfLightingState destructor |
|
Restore state to previous state Should be overidden by derived classes. Reimplemented from CIvfRenderState. |
|
Save the current state Should be overidden by derived classes. Reimplemented from CIvfRenderState. |
|
Apply new state Should be overidden by derived classes. Reimplemented from CIvfRenderState. |
|
Return lighting flag |
|
Lighting flag (enabled = true) |