Blender V2.61 - r43446
|
Public Attributes | |
unsigned int | face_index |
unsigned int | pixel_index |
unsigned int | v1 |
unsigned int | v2 |
unsigned int | v3 |
unsigned int | neighbour_pixel |
short | quad |
Definition at line 176 of file dynamicpaint.c.
unsigned int PaintUVPoint::face_index |
Definition at line 178 of file dynamicpaint.c.
Referenced by dynamicPaint_createUVSurface(), dynamicPaint_findNeighbourPixel(), and dynamicPaint_setInitialColor().
unsigned int PaintUVPoint::neighbour_pixel |
Definition at line 181 of file dynamicpaint.c.
Referenced by dynamicPaint_createUVSurface(), and dynamicPaint_findNeighbourPixel().
unsigned int PaintUVPoint::pixel_index |
Definition at line 178 of file dynamicpaint.c.
Referenced by dynamicPaint_createUVSurface(), and dynamicPaint_outputSurfaceImage().
short PaintUVPoint::quad |
Definition at line 183 of file dynamicpaint.c.
Referenced by dynamicPaint_createUVSurface(), dynamicPaint_findNeighbourPixel(), and dynamicPaint_setInitialColor().
unsigned int PaintUVPoint::v1 |
Definition at line 179 of file dynamicpaint.c.
Referenced by dynamicPaint_createUVSurface(), and dynamicPaint_findNeighbourPixel().
unsigned int PaintUVPoint::v2 |
Definition at line 179 of file dynamicpaint.c.
Referenced by dynamicPaint_createUVSurface(), and dynamicPaint_findNeighbourPixel().
unsigned int PaintUVPoint::v3 |
Definition at line 179 of file dynamicpaint.c.
Referenced by dynamicPaint_createUVSurface(), and dynamicPaint_findNeighbourPixel().