
Public Types | |
| enum | Mode { FRONT = GL_FRONT, BACK = GL_BACK, FRONT_AND_BACK = GL_FRONT_AND_BACK } |
Public Member Functions | |
| CullFace (Mode mode=BACK) | |
| CullFace (const CullFace &cf, const CopyOp ©op=CopyOp::SHALLOW_COPY) | |
| META_StateAttribute (osg, CullFace, CULLFACE) | |
| virtual int | compare (const StateAttribute &sa) const |
| virtual bool | getModeUsage (StateAttribute::ModeUsage &usage) const |
| void | setMode (Mode mode) |
| Mode | getMode () const |
| virtual void | apply (State &state) const |
Protected Member Functions | |
| virtual | ~CullFace () |
Protected Attributes | |
| Mode | _mode |
| enum osg::CullFace::Mode |
| osg::CullFace::CullFace | ( | Mode | mode = BACK |
) | [inline] |
| osg::CullFace::CullFace | ( | const CullFace & | cf, | |
| const CopyOp & | copyop = CopyOp::SHALLOW_COPY | |||
| ) | [inline] |
Copy constructor using CopyOp to manage deep vs shallow copy.
| virtual osg::CullFace::~CullFace | ( | ) | [protected, virtual] |
| osg::CullFace::META_StateAttribute | ( | osg | , | |
| CullFace | , | |||
| CULLFACE | ||||
| ) |
| virtual int osg::CullFace::compare | ( | const StateAttribute & | sa | ) | const [inline, virtual] |
return -1 if *this < *rhs, 0 if *this==*rhs, 1 if *this>*rhs.
Implements osg::StateAttribute.
| virtual bool osg::CullFace::getModeUsage | ( | StateAttribute::ModeUsage & | ) | const [inline, virtual] |
Return the modes associated with this StateAttribute.
Reimplemented from osg::StateAttribute.
| void osg::CullFace::setMode | ( | Mode | mode | ) | [inline] |
| Mode osg::CullFace::getMode | ( | ) | const [inline] |
| virtual void osg::CullFace::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.
Mode osg::CullFace::_mode [protected] |
1.5.4