Google

class SG_EXPORT osg::TexEnv

TexEnv - encapsulates the OpenGL glTexEnv (texture environment) state

Inheritance:


Public Methods

[more] TexEnv()
[more] TexEnv(const TexEnv& texenv, const CopyOp& copyop=CopyOp::SHALLOW_COPY)
Copy constructor using CopyOp to manage deep vs shallow copy
[more] META_StateAttribute(osg, TexEnv, TEXENV)
[more]virtual bool isTextureAttribute() const
[more]virtual int compare(const StateAttribute& sa) const
return -1 if *this < *rhs, 0 if *this==*rhs, 1 if *this>*rhs
[more]void setMode( Mode mode )
[more]Mode getMode() const
[more]void setColor( const Vec4& color )
[more]Vec4& getColor()
[more]const Vec4& getColor() const
[more]virtual void apply(State& state) const

Public Members

[more]enum Mode

Protected Fields

[more]Mode _mode
[more]osg::Vec4 _color

Protected Methods

[more]virtual ~TexEnv( void )


Inherited from StateAttribute:

Public Methods

ovirtual Object* cloneType() const
ovirtual Object* clone(const CopyOp&) const
ovirtual bool isSameKindAs(const Object* obj) const
ovirtual const char* libraryName() const
ovirtual const char* className() const
ovirtual Type getType() const
obool operator < (const StateAttribute& rhs) const
obool operator == (const StateAttribute& rhs) const
obool operator != (const StateAttribute& rhs) const
ovirtual void getAssociatedModes(std::vector<GLMode>& ) 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:

Public Methods

oinline void setDataVariance(DataVariance dv)
oinline DataVariance getDataVariance() const
oinline void setUserData(Referenced* obj)
oinline Referenced* getUserData()
oinline const Referenced* getUserData() const

Public Members

oenum DataVariance

Protected Fields

oDataVariance _dataVariance
oref_ptr<Referenced> _userData


Inherited from Referenced:

Public Methods

oinline Referenced& operator = (Referenced&)
ostatic void setDeleteHandler(DeleteHandler* handler)
ostatic DeleteHandler* getDeleteHandler()
oinline void ref() const
oinline void unref_nodelete() const
oinline int referenceCount() const
oinline void unref() const

Protected Fields

omutable int _refCount


Documentation

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

o TexEnv(const TexEnv& texenv, const CopyOp& copyop=CopyOp::SHALLOW_COPY)
Copy constructor using CopyOp to manage deep vs shallow copy

o META_StateAttribute(osg, TexEnv, TEXENV)

ovirtual bool isTextureAttribute() const

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

o ADD

ovoid setMode( Mode mode )

oMode getMode() const

ovoid setColor( const Vec4& color )

oVec4& getColor()

oconst Vec4& getColor() const

ovirtual void apply(State& state) const

ovirtual ~TexEnv( void )

oMode _mode

oosg::Vec4 _color


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



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