Google

class SG_EXPORT osg::TexGen

TexGen - encapsulates the OpenGL glTexGen (texture coordinate generation) state

Inheritance:


Public Methods

[more] TexGen()
[more] TexGen(const TexGen& texgen, const CopyOp& copyop=CopyOp::SHALLOW_COPY)
Copy constructor using CopyOp to manage deep vs shallow copy
[more] META_StateAttribute(osg, TexGen, TEXGEN)
[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]virtual void getAssociatedModes(std::vector<GLMode>& modes) const
[more]virtual void apply(State& state) const
[more]inline void setMode( Mode mode )
[more]Mode getMode() const
[more]void setPlane(Coord which, const Plane& plane)
[more]Plane& getPlane(Coord which)
[more]const Plane& getPlane(Coord which) const

Public Members

[more]enum Mode
[more]enum Coord

Protected Fields

[more]Mode _mode
[more]Plane _plane_s
additional texgen coefficents for GL_OBJECT_PLANE or GL_EYE_PLANE,
[more]Plane _plane_t
[more]Plane _plane_r
[more]Plane _plane_q

Protected Methods

[more]virtual ~TexGen( 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 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

TexGen - encapsulates the OpenGL glTexGen (texture coordinate generation) state
o TexGen()

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

o META_StateAttribute(osg, TexGen, TEXGEN)

ovirtual bool isTextureAttribute() const

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

ovirtual void getAssociatedModes(std::vector<GLMode>& modes) const

ovirtual void apply(State& state) const

oenum Mode

o OBJECT_LINEAR

o EYE_LINEAR

o SPHERE_MAP

o NORMAL_MAP

o REFLECTION_MAP

oinline void setMode( Mode mode )

oMode getMode() const

oenum Coord

o S

o T

o R

o Q

ovoid setPlane(Coord which, const Plane& plane)

oPlane& getPlane(Coord which)

oconst Plane& getPlane(Coord which) const

ovirtual ~TexGen( void )

oMode _mode

oPlane _plane_s
additional texgen coefficents for GL_OBJECT_PLANE or GL_EYE_PLANE,

oPlane _plane_t

oPlane _plane_r

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