#include <DispCmds.h>
Definition at line 288 of file DispCmds.h.
[inline]
[inline]
retrieve pointers to data following DispCmd in the display list float *nv : arrays of normals, vertices.
Definition at line 369 of file DispCmds.h.
[inline]
[inline]
[inline]
retrieve pointers to data following DispCmd in the display list float *cnv : arrays of colors, normals, vertices.
Definition at line 349 of file DispCmds.h.
[inline]
retrieve pointers to data following DispCmd in the display list float * cnv : array of colors, normals, vertices int * f : facet vertex index array.
Definition at line 342 of file DispCmds.h.
References numverts.
Referenced by putdata, and FileRenderer::render.
[static]
Definition at line 536 of file DispCmds.C.
References VMDDisplayList::append, DTRIMESH_C4F_N3F_V3F, getpointers, NULL, numfacets, numverts, pervertexcolors, pervertexnormals, and DispCmdTriStrips::putdata.
[static]
Definition at line 491 of file DispCmds.C.
References VMDDisplayList::append, DTRIMESH_C4U_N3B_V3F, getpointers, n, NULL, numfacets, numverts, pervertexcolors, and pervertexnormals.
[static]
Definition at line 448 of file DispCmds.C.
References VMDDisplayList::append, DTRIMESH_C4U_N3F_V3F, getpointers, n, NULL, numfacets, numverts, pervertexcolors, and pervertexnormals.
[static]
Definition at line 378 of file DispCmds.C.
References VMDDisplayList::append, cross_prod, DTRIMESH_C3F_N3F_V3F, getpointers, n, NULL, numfacets, numverts, pervertexcolors, pervertexnormals, vec_normalize, and vec_sub.
number of facets.
Definition at line 382 of file DispCmds.h.
Referenced by putdata, and FileRenderer::render.
number of vertices in mesh.
Definition at line 381 of file DispCmds.h.
Referenced by getpointers, putdata, and FileRenderer::render.
mesh contains per-vertex colors.
Definition at line 379 of file DispCmds.h.
Referenced by putdata, and FileRenderer::render.
mesh contains per-vertex colors.
Definition at line 380 of file DispCmds.h.
Referenced by putdata, and FileRenderer::render.