void rmvLOD1MeshReducer (float *xcoords,
float *ycoords,
float *zcoords,
float *data,
float *data2,
RMvisMap *vmap,
int axis_offset_flag,
int mesh_dims[2],
RMnode *node)
float *xcoords, *ycoords, *zcoords - handles to the vertex arrays for
the mesh (input).
float *data - a handle to an array of floats specifying the mesh
offset (input).
float *data2 - a handle to an array of floats specifying the mesh
RMvisMap indices (input).
RMvisMap *vmap - a handle to an RMvisMap object (input).
int axis_offset_flag - an RMenum specifying in which axis to
offset. Must be one of RMV_XAXIS_OFFSET, RMV_YAXIS_OFFSET, or
RMV_ZAXIS_OFFSET (input).
int mesh_dims[2] - int specifying the mesh dimension (input).
RMnode *node - a handle to an RMnode (modified).
librmv library source file: rmvutil.c