#include <RadianceDisplayDevice.h>
Inheritance diagram for RadianceDisplayDevice:

Public Methods | |
| RadianceDisplayDevice () | |
| virtual | ~RadianceDisplayDevice (void) |
| void | write_header (void) |
| write the header info. This is an alias for prepare3D. More... | |
| void | write_trailer (void) |
| write any trailer info. This is called by update. More... | |
Protected Methods | |
| void | comment (const char *) |
| assorted graphics functions. More... | |
| void | cone (float *, float *, float) |
| void | cone (float *, float *, float, float) |
| void | cylinder (float *, float *, float, int) |
| draw a cylinder, with optional caps. More... | |
| void | line (float *, float *) |
| draw a single line. More... | |
| void | point (float *) |
| draw an unlit point. More... | |
| void | sphere (float *) |
| draw a sphere. More... | |
| void | square (float *, float *, float *, float *, float *) |
| draw a quadrilateral. More... | |
| void | triangle (const float *, const float *, const float *, const float *, const float *, const float *) |
| single color triangle with interpolated surface normals. More... | |
| void | set_color (int) |
| set current colorID. More... | |
Definition at line 29 of file RadianceDisplayDevice.h.
|
|
Definition at line 46 of file RadianceDisplayDevice.C. |
|
|
Definition at line 53 of file RadianceDisplayDevice.C. |
|
|
assorted graphics functions.
Reimplemented from FileRenderer. Definition at line 335 of file RadianceDisplayDevice.C. |
|
||||||||||||||||||||
|
Definition at line 216 of file RadianceDisplayDevice.C. |
|
||||||||||||||||
|
Definition at line 211 of file RadianceDisplayDevice.C. |
|
||||||||||||||||||||
|
draw a cylinder, with optional caps.
Reimplemented from FileRenderer. Definition at line 158 of file RadianceDisplayDevice.C. |
|
||||||||||||
|
draw a single line.
Reimplemented from FileRenderer. Definition at line 101 of file RadianceDisplayDevice.C. |
|
|
draw an unlit point.
Reimplemented from FileRenderer. Definition at line 69 of file RadianceDisplayDevice.C. |
|
|
set current colorID.
Reimplemented from FileRenderer. Definition at line 289 of file RadianceDisplayDevice.C. |
|
|
draw a sphere.
Reimplemented from FileRenderer. Definition at line 84 of file RadianceDisplayDevice.C. |
|
||||||||||||||||||||||||
|
draw a quadrilateral.
Reimplemented from FileRenderer. Definition at line 261 of file RadianceDisplayDevice.C. |
|
||||||||||||||||||||||||||||
|
single color triangle with interpolated surface normals.
Reimplemented from FileRenderer. Definition at line 238 of file RadianceDisplayDevice.C. |
|
|
write the header info. This is an alias for prepare3D.
Reimplemented from FileRenderer. Definition at line 342 of file RadianceDisplayDevice.C. |
|
|
write any trailer info. This is called by update.
Reimplemented from FileRenderer. Definition at line 382 of file RadianceDisplayDevice.C. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002