OpenSceneGraph
3.0.1
|
Class which encapsulates glShadeModel(..). More...
Public Types | |
enum | Mode { FLAT = GL_FLAT, SMOOTH = GL_SMOOTH } |
Public Member Functions | |
ShadeModel (Mode mode=SMOOTH) | |
ShadeModel (const ShadeModel &sm, const CopyOp ©op=CopyOp::SHALLOW_COPY) | |
Copy constructor using CopyOp to manage deep vs shallow copy. | |
META_StateAttribute (osg, ShadeModel, SHADEMODEL) | |
virtual int | compare (const StateAttribute &sa) const |
return -1 if *this < *rhs, 0 if *this==*rhs, 1 if *this>*rhs. | |
void | setMode (Mode mode) |
Mode | getMode () const |
virtual void | apply (State &state) const |
apply the OpenGL state attributes. | |
Protected Member Functions | |
virtual | ~ShadeModel () |
Protected Attributes | |
Mode | _mode |
Class which encapsulates glShadeModel(..).
osg::ShadeModel::ShadeModel | ( | Mode | mode = SMOOTH | ) |
osg::ShadeModel::ShadeModel | ( | const ShadeModel & | sm, |
const CopyOp & | copyop = CopyOp::SHALLOW_COPY |
||
) | [inline] |
Copy constructor using CopyOp to manage deep vs shallow copy.
virtual osg::ShadeModel::~ShadeModel | ( | ) | [protected, virtual] |
virtual void osg::ShadeModel::apply | ( | State & | ) | const [virtual] |
apply the OpenGL state attributes.
The render info for the current OpenGL context is passed in to allow the StateAttribute to obtain details on the the current context and state.
Reimplemented from osg::StateAttribute.
virtual int osg::ShadeModel::compare | ( | const StateAttribute & | sa | ) | const [inline, virtual] |
return -1 if *this < *rhs, 0 if *this==*rhs, 1 if *this>*rhs.
Implements osg::StateAttribute.
References COMPARE_StateAttribute_Types, and COMPARE_StateAttribute_Parameter.
Mode osg::ShadeModel::getMode | ( | ) | const [inline] |
osg::ShadeModel::META_StateAttribute | ( | osg | , |
ShadeModel | , | ||
SHADEMODEL | |||
) |
void osg::ShadeModel::setMode | ( | Mode | mode | ) | [inline] |
Mode osg::ShadeModel::_mode [protected] |
![]() | Generated at Mon Oct 3 2011 12:39:43 for the OpenSceneGraph by doxygen 1.7.5. |