#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_trunc (float *, float *, float, float, int) |
draw a two-radius truncated cone. More... | |
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 33 of file RadianceDisplayDevice.h.
|
Definition at line 47 of file RadianceDisplayDevice.C. |
|
Definition at line 54 of file RadianceDisplayDevice.C. |
|
assorted graphics functions.
Reimplemented from FileRenderer. Definition at line 331 of file RadianceDisplayDevice.C. References n. |
|
draw a two-radius truncated cone.
Reimplemented from FileRenderer. Definition at line 212 of file RadianceDisplayDevice.C. References n. |
|
draw a cylinder, with optional caps.
Reimplemented from FileRenderer. Definition at line 159 of file RadianceDisplayDevice.C. References n. |
|
draw a single line.
Reimplemented from FileRenderer. Definition at line 102 of file RadianceDisplayDevice.C. References n. |
|
draw an unlit point.
Reimplemented from FileRenderer. Definition at line 70 of file RadianceDisplayDevice.C. References n. |
|
set current colorID.
Reimplemented from FileRenderer. Definition at line 285 of file RadianceDisplayDevice.C. References n. |
|
draw a sphere.
Reimplemented from FileRenderer. Definition at line 85 of file RadianceDisplayDevice.C. References n. |
|
draw a quadrilateral.
Reimplemented from FileRenderer. Definition at line 257 of file RadianceDisplayDevice.C. References n. |
|
single color triangle with interpolated surface normals.
Reimplemented from FileRenderer. Definition at line 234 of file RadianceDisplayDevice.C. References n. |
|
write the header info. This is an alias for prepare3D.
Reimplemented from FileRenderer. Definition at line 338 of file RadianceDisplayDevice.C. References n. |
|
write any trailer info. This is called by update.
Reimplemented from FileRenderer. Definition at line 378 of file RadianceDisplayDevice.C. |