IS3D::AxesObj Class Reference

#include <SimpleObj.H>

Inherits IS3D::DrawObj.

List of all members.

Public Member Functions

 AxesObj (double scale=1.0)
 AxesObj (Color4 xcol, Color4 ycol, Color4 zcol, double scale=1.0)
virtual ~AxesObj ()
void draw ()
 Override this function and place your G3D draw calls inside it.

Protected Attributes

Color4 _xcol
Color4 _ycol
Color4 _zcol
double _scale


Constructor & Destructor Documentation

IS3D::AxesObj::AxesObj ( double  scale = 1.0  )  [inline]

References _scale, _xcol, _ycol, and _zcol.

IS3D::AxesObj::AxesObj ( Color4  xcol,
Color4  ycol,
Color4  zcol,
double  scale = 1.0 
) [inline]

References _scale, _xcol, _ycol, and _zcol.

virtual IS3D::AxesObj::~AxesObj (  )  [inline, virtual]


Member Function Documentation

void IS3D::AxesObj::draw (  )  [inline, virtual]

Override this function and place your G3D draw calls inside it.

Implements IS3D::DrawObj.

References _scale, _xcol, _ycol, and _zcol.


Member Data Documentation

Color4 IS3D::AxesObj::_xcol [protected]

Referenced by AxesObj(), and draw().

Color4 IS3D::AxesObj::_ycol [protected]

Referenced by AxesObj(), and draw().

Color4 IS3D::AxesObj::_zcol [protected]

Referenced by AxesObj(), and draw().

double IS3D::AxesObj::_scale [protected]

Referenced by AxesObj(), and draw().


The documentation for this class was generated from the following file:

Generated on Wed Jan 26 06:31:21 2011 for IS3D by  doxygen 1.5.6