#include <DispCmds.h>
Public Methods | |
void | putdata (unsigned long texID, const int size[3], unsigned char *texptr, const float vp0[3], const float vp1[3], const float vp2[3], const float vp3[3], VMDDisplayList *) |
Public Attributes | |
unsigned char * | texmap |
3-D texture map. More... | |
unsigned long | ID |
serial number for this 3-D texture. More... | |
unsigned | xsize |
unsigned | ysize |
unsigned | zsize |
float | v0 [3] |
origin for texgen plane equation. More... | |
float | v1 [3] |
X axis for texgen plane equation. More... | |
float | v2 [3] |
Y axis for texgen plane equation. More... | |
float | v3 [3] |
Z axis for texgen plane equation. More... |
Definition at line 501 of file DispCmds.h.
|
Definition at line 957 of file DispCmds.C. References VMDDisplayList::append, DVOLUMETEXTURE, ID, NULL, size, texmap, v0, v1, v2, v3, xsize, ysize, and zsize. |
|
serial number for this 3-D texture.
Definition at line 506 of file DispCmds.h. Referenced by putdata, and FileRenderer::render. |
|
3-D texture map.
Definition at line 505 of file DispCmds.h. Referenced by putdata, and FileRenderer::render. |
|
origin for texgen plane equation.
Definition at line 510 of file DispCmds.h. Referenced by putdata, and FileRenderer::render. |
|
X axis for texgen plane equation.
Definition at line 511 of file DispCmds.h. Referenced by putdata, and FileRenderer::render. |
|
Y axis for texgen plane equation.
Definition at line 512 of file DispCmds.h. Referenced by putdata, and FileRenderer::render. |
|
Z axis for texgen plane equation.
Definition at line 513 of file DispCmds.h. Referenced by putdata, and FileRenderer::render. |
|
Definition at line 507 of file DispCmds.h. Referenced by putdata, and FileRenderer::render. |
|
Definition at line 508 of file DispCmds.h. Referenced by putdata, and FileRenderer::render. |
|
Definition at line 509 of file DispCmds.h. Referenced by putdata, and FileRenderer::render. |