class SG_EXPORT osg::TexEnv

TexEnv - encapsulates the OpenGL glTexEnv (texture environment) state

Inheritance:


Public Methods

[more] TexEnv( void )
[more] META_StateAttribute(TexEnv, TEXENV)
[more]virtual int compare(const StateAttribute& sa) const
return -1 if *this < *rhs, 0 if *this==*rhs, 1 if *this>*rhs
[more]void setMode( const Mode mode )
[more]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 ~TexEnv( void )


Inherited from StateAttribute:

Public Methods

ovirtual Object* clone() const
ovirtual bool isSameKindAs(const Object* obj) const
ovirtual const char* className() const
ovirtual const Type getType() const
obool operator < (const StateAttribute& rhs) const
obool operator == (const StateAttribute& rhs) const
obool operator != (const StateAttribute& rhs) const
ovirtual void setStateSetModes(StateSet&, const GLModeValue) const
ovirtual void compile(State&) const

Public Members

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


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

TexEnv - encapsulates the OpenGL glTexEnv (texture environment) state
o TexEnv( void )

o META_StateAttribute(TexEnv, TEXENV)

ovirtual int compare(const StateAttribute& sa) const
return -1 if *this < *rhs, 0 if *this==*rhs, 1 if *this>*rhs

oenum Mode

o DECAL

o MODULATE

o BLEND

o REPLACE

ovoid setMode( const Mode mode )

oconst Mode getMode() const

ovirtual void apply(State& state) const

ovirtual ~TexEnv( void )

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++.