Inheritance diagram for osg::FrontFace:
Public Types | |
enum | Mode { CLOCKWISE = GL_CW, COUNTER_CLOCKWISE = GL_CCW } |
Public Member Functions | |
FrontFace () | |
FrontFace (const FrontFace &ff, const CopyOp ©op=CopyOp::SHALLOW_COPY) | |
META_StateAttribute (osg, FrontFace, FRONTFACE) | |
virtual int | compare (const StateAttribute &sa) const |
void | setMode (Mode mode) |
const Mode | getMode () const |
virtual void | apply (State &state) const |
Protected Member Functions | |
virtual | ~FrontFace () |
Protected Attributes | |
Mode | _mode |
|
|
|
|
|
Copy constructor using CopyOp to manage deep vs shallow copy. |
|
|
|
apply the OpenGL state attributes. The global state for the current OpenGL context is passed in to allow the StateAttribute to obtain details on the the current context and state. Implements osg::StateAttribute. |
|
return -1 if *this < *rhs, 0 if *this==*rhs, 1 if *this>*rhs. Implements osg::StateAttribute. |
|
|
|
|
|
|
|
|