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] |
IS3D::AxesObj::AxesObj |
( |
Color4 |
xcol, |
|
|
Color4 |
ycol, |
|
|
Color4 |
zcol, |
|
|
double |
scale = 1.0 | |
|
) |
| | [inline] |
virtual IS3D::AxesObj::~AxesObj |
( |
|
) |
[inline, virtual] |
Member Function Documentation
void IS3D::AxesObj::draw |
( |
|
) |
[inline, virtual] |
Member Data Documentation
The documentation for this class was generated from the following file: