#include <IPainterInterface.h>
Class Description
- See also:
- Class IPainterInterface_V7
- Description:
- This is a class that lets you go from mesh space to patch space
basically the painter only paints on meshes you can create an array
of this type so you can look up a hit face and then get a patch
index from it and the UVW of the hit space on the patch
Public Attributes
|
int |
owningPatch |
|
the patch that own this face
|
Point2 |
st [3] |
|
the UVW space of the corners of the patch
|
Member Data Documentation
the patch that own this face
the UVW space of the corners of the patch