class SG_EXPORT osg::TexMat

Texture Matrix state class for encapsulating OpenGL texture matrix functionality

Inheritance:


Public Methods

[more] TexMat( void )
[more]virtual Object* clone() const
[more]virtual bool isSameKindAs(const Object* obj) const
[more]virtual const char* className() const
[more]virtual const Type getType() const
[more]inline void setMatrix(const Matrix& matrix)
Set the texture matrix
[more]inline Matrix& getMatrix()
Get the texture matrix
[more]inline const Matrix& getMatrix() const
Get the const texture matrix
[more]virtual void apply(State& state) const
apply as OpenGL texture matrix

Protected Fields

[more]Matrix _matrix

Protected Methods

[more]virtual ~TexMat( void )


Inherited from StateAttribute:

Public Methods

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

Texture Matrix state class for encapsulating OpenGL texture matrix functionality
o TexMat( void )

ovirtual Object* clone() const

ovirtual bool isSameKindAs(const Object* obj) const

ovirtual const char* className() const

ovirtual const Type getType() const

oinline void setMatrix(const Matrix& matrix)
Set the texture matrix

oinline Matrix& getMatrix()
Get the texture matrix

oinline const Matrix& getMatrix() const
Get the const texture matrix

ovirtual void apply(State& state) const
apply as OpenGL texture matrix

ovirtual ~TexMat( void )

oMatrix _matrix


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



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