Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

InSpace::TexPalette Class Reference

#include <TexPalette.H>

Inherits InSpace::DrawObj.

List of all members.

Public Member Functions

 TexPalette ()
virtual ~TexPalette ()
void setTrans (cWtransf &m)
void setRot (cWtransf &m)
void setScale (cWtransf &m)
void show ()
void hide ()
void draw ()
cARRAY< TexPlane * > & texPlanes () const


Constructor & Destructor Documentation

InSpace::TexPalette::TexPalette  ) 
 

virtual InSpace::TexPalette::~TexPalette  )  [virtual]
 


Member Function Documentation

void InSpace::TexPalette::draw  )  [virtual]
 

This is the most important function to implement in your subclass. Use GL calls inside this to draw something. This object's xform() has already been pushed onto the MODELVIEW stack when this gets called. If using inspace with G3D, use drawG3D() as a replacement for this function.

Reimplemented from InSpace::DrawObj.

void InSpace::TexPalette::hide  )  [virtual]
 

Reimplemented from InSpace::DrawObj.

void InSpace::TexPalette::setRot cWtransf m  )  [virtual]
 

Reimplemented from InSpace::DrawObj.

void InSpace::TexPalette::setScale cWtransf m  )  [virtual]
 

Reimplemented from InSpace::DrawObj.

void InSpace::TexPalette::setTrans cWtransf m  )  [virtual]
 

Reimplemented from InSpace::DrawObj.

void InSpace::TexPalette::show  )  [virtual]
 

Reimplemented from InSpace::DrawObj.

cARRAY<TexPlane*>& InSpace::TexPalette::texPlanes  )  const [inline]
 


The documentation for this class was generated from the following file:
Generated on Thu Jul 8 15:19:31 2004 for inspace by doxygen 1.3.4