TexGen - encapsulates the OpenGL glTexGen (texture coordinate generation) state
Inheritance:
Public Methods
-
TexGen()
-
TexGen(const TexGen& texgen, const CopyOp& copyop=CopyOp::SHALLOW_COPY)
- Copy constructor using CopyOp to manage deep vs shallow copy
-
META_StateAttribute(TexGen, TEXGEN)
-
virtual int compare(const StateAttribute& sa) const
- return -1 if *this < *rhs, 0 if *this==*rhs, 1 if *this>*rhs
-
virtual void setStateSetModes(StateSet& ds, const GLModeValue value) const
-
virtual void apply(State& state) const
-
inline void setMode( const Mode mode )
-
const Mode getMode() const
-
void setPlane(const Coord which, const Vec4& plane)
-
const Vec4& getPlane(const Coord which) const
Public Members
-
enum Mode
-
enum Coord
Protected Fields
-
Mode _mode
-
Vec4 _plane_s
- additional texgen coefficents for GL_OBJECT_PLANE or GL_EYE_PLANE,
-
Vec4 _plane_t
-
Vec4 _plane_r
-
Vec4 _plane_q
Protected Methods
-
virtual ~TexGen( void )
Public Methods
-
virtual Object* cloneType() const
-
virtual Object* clone(const CopyOp&) const
-
virtual bool isSameKindAs(const Object* obj) const
-
virtual const char* className() const
-
virtual const Type getType() const
-
bool operator < (const StateAttribute& rhs) const
-
bool operator == (const StateAttribute& rhs) const
-
bool operator != (const StateAttribute& rhs) const
-
virtual void compile(State&) const
Public Members
-
typedef GLenum GLMode
-
typedef unsigned int GLModeValue
-
typedef unsigned int OverrideValue
-
enum Values
-
typedef unsigned int Type
-
enum Types
Inherited from Object:
Public Methods
-
inline void setDataVariance(const DataVariance dv)
-
inline const DataVariance getDataVariance() const
Public Members
-
enum DataVariance
Protected Fields
-
DataVariance _dataVariance
Public Methods
-
inline Referenced& operator = (Referenced&)
-
inline void ref() const
-
inline void unref() const
-
inline void unref_nodelete() const
-
inline const int referenceCount() const
Protected Fields
-
mutable int _refCount
Documentation
TexGen - encapsulates the OpenGL glTexGen (texture coordinate generation) state
- TexGen()
- TexGen(const TexGen& texgen, const CopyOp& copyop=CopyOp::SHALLOW_COPY)
- Copy constructor using CopyOp to manage deep vs shallow copy
- META_StateAttribute(TexGen, TEXGEN)
- virtual int compare(const StateAttribute& sa) const
- return -1 if *this < *rhs, 0 if *this==*rhs, 1 if *this>*rhs
- virtual void setStateSetModes(StateSet& ds, const GLModeValue value) const
- virtual void apply(State& state) const
- enum Mode
- OBJECT_LINEAR
- EYE_LINEAR
- SPHERE_MAP
- NORMAL_MAP
- REFLECTION_MAP
- inline void setMode( const Mode mode )
- const Mode getMode() const
- enum Coord
- S
- T
- R
- Q
- void setPlane(const Coord which, const Vec4& plane)
- const Vec4& getPlane(const Coord which) const
- virtual ~TexGen( void )
- Mode _mode
- Vec4 _plane_s
- additional texgen coefficents for GL_OBJECT_PLANE or GL_EYE_PLANE,
- Vec4 _plane_t
- Vec4 _plane_r
- Vec4 _plane_q
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.