OpenSubdiv
|
Descriptor for limit surface locations. More...
#include <stencilTableFactory.h>
Public Member Functions | |
LocationArray () | |
Public Attributes | |
int | ptexIdx |
ptex face index | |
int | numLocations |
number of (u,v) coordinates in the array | |
REAL const * | s |
array of u coordinates | |
REAL const * | t |
array of v coordinates | |
Descriptor for limit surface locations.
Definition at line 233 of file stencilTableFactory.h.
|
inline |
Definition at line 235 of file stencilTableFactory.h.
int numLocations |
number of (u,v) coordinates in the array
Definition at line 238 of file stencilTableFactory.h.
int ptexIdx |
ptex face index
Definition at line 237 of file stencilTableFactory.h.
REAL const* s |
array of u coordinates
Definition at line 240 of file stencilTableFactory.h.
REAL const * t |
array of v coordinates
Definition at line 241 of file stencilTableFactory.h.