#include <GLLine3D.H>
Inherits DrawObj.
Public Methods | |
GLLine3D (Wpt_list pl, Color c=Color::yellow) | |
GLLine3D (Wpt_list pl, ARRAY< Color > colorList) | |
virtual | ~GLLine3D () |
void | setPoint (int n, Wpt value) |
void | draw () |
Protected Attributes | |
Wpt_list | _points |
ARRAY< Color > | _colors |
float | _lineWidth |
float | _shininess |
Color | _specular |
Color | _emission |
|
|
|
|
|
|
|
Implements DrawObj. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|