Files Classes Functions Hierarchy
#include <gobj.h>
Public Member Functions | |
| gobjglLineStipple (GLint factor_, GLushort pattern_) | |
| void | draw () |
| Draw the object. | |
Public Attributes | |
| GLint | factor |
| Stretches the pattern by multiplying each subseries of consecutive 1s or 0s. | |
| GLushort | pattern |
Definition at line 1013 of file gobj.h.
| gobjglLineStipple::gobjglLineStipple | ( | GLint | factor_, | |
| GLushort | pattern_ | |||
| ) | [inline] |
| void gobjglLineStipple::draw | ( | ) | [inline, virtual] |
Draw the object.
Implements gobj.
Definition at line 1025 of file gobj.h.
References factor, GOBJDEBUGCODE, and pattern.
01026 { GOBJDEBUGCODE glLineStipple(factor,pattern); }
| GLushort gobjglLineStipple::pattern |
1.5.8