#include <DispCmds.h>
Public Methods | |
void | putdata (int mode, const float *norm, const float *verts, const float *texcoords, VMDDisplayList *) |
Public Attributes | |
int | texmode |
3-D texture filtering mode (nearest/linear). More... | |
float | normal [3] |
float | v [12] |
vertexes and texture coordinates for volume slice plane. More... | |
float | t [12] |
Definition at line 488 of file DispCmds.h.
|
Definition at line 940 of file DispCmds.C. References VMDDisplayList::append, DVOLSLICE, normal, NULL, t, texmode, and v. |
|
Definition at line 493 of file DispCmds.h. Referenced by putdata, and FileRenderer::render. |
|
Definition at line 496 of file DispCmds.h. Referenced by putdata. |
|
3-D texture filtering mode (nearest/linear).
Definition at line 492 of file DispCmds.h. Referenced by putdata. |
|
vertexes and texture coordinates for volume slice plane.
Definition at line 495 of file DispCmds.h. Referenced by putdata, and FileRenderer::render. |