Files Classes Functions Hierarchy
#include <gobj.h>
Public Member Functions | |
| gobjglDepthRange (GLclampd near_, GLclampd far_) | |
| void | draw () |
| Draw the object. | |
Public Attributes | |
| GLclampd | near |
| GLclampd | far |
Definition at line 1205 of file gobj.h.
| gobjglDepthRange::gobjglDepthRange | ( | GLclampd | near_, | |
| GLclampd | far_ | |||
| ) | [inline] |
| void gobjglDepthRange::draw | ( | ) | [inline, virtual] |
Draw the object.
Implements gobj.
Definition at line 1215 of file gobj.h.
References far, GOBJDEBUGCODE, and near.
01216 { GOBJDEBUGCODE glDepthRange(near,far); }
| GLclampd gobjglDepthRange::far |
| GLclampd gobjglDepthRange::near |
1.5.8