class SG_EXPORT osg::CullFace

Class to globally enable/disable OpenGL's polygon culling mode=

Inheritance:


Public Methods

[more] CullFace()
[more]virtual bool isSameKindAs(const Object* obj) const
[more]virtual Object* clone() const
[more]virtual const char* className() const
[more]virtual const Type getType() const
[more]virtual void setStateSetModes(StateSet& ds, const GLModeValue value) const
[more]inline void setMode(const Mode mode)
[more]inline const Mode getMode() const
[more]virtual void apply(State& state) const

Public Members

[more]enum Mode

Protected Fields

[more]Mode _mode

Protected Methods

[more]virtual ~CullFace()


Inherited from StateAttribute:

Public Methods

ovirtual void compile(State&) const

Public Members

otypedef GLenum GLMode
otypedef unsigned int GLModeValue
otypedef unsigned int OverrideValue
oenum Values
oenum Type


Inherited from Object:


Inherited from Referenced:

Public Methods

oinline Referenced& operator = (Referenced&)
oinline void ref() const
oinline void unref() const
oinline const int referenceCount() const

Protected Fields

omutable int _refCount


Documentation

Class to globally enable/disable OpenGL's polygon culling mode=
o CullFace()

ovirtual bool isSameKindAs(const Object* obj) const

ovirtual Object* clone() const

ovirtual const char* className() const

ovirtual const Type getType() const

ovirtual void setStateSetModes(StateSet& ds, const GLModeValue value) const

oenum Mode

o FRONT

o BACK

o FRONT_AND_BACK

oinline void setMode(const Mode mode)

oinline const Mode getMode() const

ovirtual void apply(State& state) const

ovirtual ~CullFace()

oMode _mode


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.