#include <DispCmds.h>
Definition at line 387 of file DispCmds.h.
[inline]
float * cnv; array of colors, normals, vertices int * f; facet vertex index array int * vertsperstrip; array of vertex count per strip index.
Definition at line 402 of file DispCmds.h.
References numstripverts, and numverts.
Referenced by putdata, and FileRenderer::render.
[static]
Definition at line 674 of file DispCmds.C.
References VMDDisplayList::append, doublesided, DTRISTRIP, getpointers, NULL, numstrips, numstripverts, and numverts.
Referenced by DispCmdTriMesh::putdata.
whether or not we need double-sided lighting.
Definition at line 424 of file DispCmds.h.
Referenced by putdata.
total number of strips.
Definition at line 422 of file DispCmds.h.
Referenced by putdata, and FileRenderer::render.
total number of vertices in strip data array.
Definition at line 423 of file DispCmds.h.
Referenced by getpointers, and putdata.
number of vertices in mesh.
Definition at line 421 of file DispCmds.h.
Referenced by getpointers, putdata, and FileRenderer::render.