Files Classes Functions Hierarchy
#include <gobj.h>
Public Types | |
| typedef GLubyte | W |
Public Member Functions | |
| gobjglColor3ub (W const x_, W const y_, W const z_) | |
| void | set (W const x_, W const y_, W const z_) |
| void | draw () |
| Draw the object. | |
Definition at line 194 of file gobj.h.
| typedef GLubyte gobjglColor3ub::W |
| void gobjglColor3ub::draw | ( | ) | [inline, virtual] |
Draw the object.
Implements gobj.
Definition at line 206 of file gobj.h.
References GOBJDEBUGCODE, point3< GLubyte >::x, point3< GLubyte >::y, and point3< GLubyte >::z.
Referenced by graphicsImmediateDeferredTest::display01(), writegridobj::draw(), and writesurfaceobj::draw().
00207 { GOBJDEBUGCODE glColor3ub(x,y,z); }
Definition at line 203 of file gobj.h.
References point3< GLubyte >::x, point3< GLubyte >::y, and point3< GLubyte >::z.
1.5.8