Searched refs:theMesh (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/samples/
H A Dwave.c35 #define GETCOORD(frame, x, y) (&(theMesh.coords[frame*theMesh.numCoords+(x)+(y)*(theMesh.widthX+1)]))
36 #define GETFACET(frame, x, y) (&(theMesh.facets[frame*theMesh.numFacets+(x)+(y)*theMesh.widthX]))
75 } theMesh; variable in typeref:struct:mesh
125 if (curFrame >= theMesh.frames) {
134 for (i = 0; i < theMesh.widthX; i++) {
137 for (j = 0; j < theMesh
[all...]

Completed in 2 milliseconds