#include <LibGelatoDisplayDevice.h>
Inheritance diagram for LibGelatoDisplayDevice:
List of all members.
Definition at line 33 of file LibGelatoDisplayDevice.h.
constructor ... initialize some variables.
Definition at line 36 of file LibGelatoDisplayDevice.C.
References NULL.
[virtual]
[protected, virtual]
draw a line (cylinder) from a to b.
Reimplemented from FileRenderer.
Definition at line 105 of file LibGelatoDisplayDevice.C.
References FileRenderer::cylinder, DEFAULT_RADIUS, and FileRenderer::lineWidth.
[protected, virtual]
draw a point.
Reimplemented from FileRenderer.
Definition at line 66 of file LibGelatoDisplayDevice.C.
References DEFAULT_RADIUS, FileRenderer::lineWidth, Stack< Matrix4 >::top, and FileRenderer::transMat.
[protected, virtual]
draw a sphere.
Reimplemented from FileRenderer.
Definition at line 83 of file LibGelatoDisplayDevice.C.
References DEFAULT_RADIUS, FileRenderer::scale_radius, Stack< Matrix4 >::top, and FileRenderer::transMat.
[protected, virtual]
draw a quadrilateral.
Reimplemented from FileRenderer.
Definition at line 225 of file LibGelatoDisplayDevice.C.
References n, Stack< Matrix4 >::top, and FileRenderer::transMat.
[protected, virtual]
single color triangle with interpolated surface normals.
Reimplemented from FileRenderer.
Definition at line 111 of file LibGelatoDisplayDevice.C.
References Stack< Matrix4 >::top, and FileRenderer::transMat.
[protected, virtual]
triangle with interpolated surface normals and vertex colors.
Reimplemented from FileRenderer.
Definition at line 135 of file LibGelatoDisplayDevice.C.
References Stack< Matrix4 >::top, and FileRenderer::transMat.
Referenced by trimesh_c4n3v3, and tristrip.
[protected, virtual]
triangle mesh built from a vertex array and facet vertex index arrays.
Reimplemented from FileRenderer.
Definition at line 166 of file LibGelatoDisplayDevice.C.
References tricolor.
[protected, virtual]
triangle strips built from a vertex array and vertex index arrays.
Reimplemented from FileRenderer.
Definition at line 188 of file LibGelatoDisplayDevice.C.
References tricolor.
[virtual]
write the header info. This is an alias for prepare3D.
Reimplemented from FileRenderer.
Definition at line 252 of file LibGelatoDisplayDevice.C.
References DisplayDevice::Aspect, FileRenderer::backColor, DISP_LIGHTS, DisplayDevice::eyePos, DisplayDevice::farClip, FileRenderer::lightState, FileRenderer::my_filename, n, DisplayDevice::nearClip, FileRenderer::outfile, DisplayDevice::PERSPECTIVE, DisplayDevice::projection, VMD_1_PI, DisplayDevice::vSize, DisplayDevice::xSize, DisplayDevice::ySize, and DisplayDevice::zDist.
[virtual]
write any trailer info. This is called by update.
Reimplemented from FileRenderer.
Definition at line 341 of file LibGelatoDisplayDevice.C.