Stores the current lighting model (superseded by SoLazyElement). More...
#include <Inventor/elements/SoLightModelElement.h>
Public Types | |
enum | Model { BASE_COLOR, PHONG } |
Static Public Member Functions | |
static void | set (SoState *state, Model model) |
static void | set (SoState *state, SoNode *, Model model) |
static Model | get (SoState *state) |
static Model | getDefault () |
Stores the current lighting model (superseded by SoLazyElement).
This element stores the current lighting model. This element has been superseded by SoLazyElement. Methods are included for compatibility.
Returns current lighting model from the state.
static Model SoLightModelElement::getDefault | ( | ) | [static] |
Returns the default lighting model.
Sets the current lighting model in the state.
Sets the current lighting model in the state.