Blender
V3.3
|
Public Attributes | |
unsigned int | tri_index |
unsigned int | pixel_index |
unsigned int | v1 |
unsigned int | v2 |
unsigned int | v3 |
unsigned int | neighbor_pixel |
UV Image sequence format point
Definition at line 212 of file dynamicpaint.c.
unsigned int PaintUVPoint::neighbor_pixel |
If this pixel isn't uv mapped to any face, but its neighboring pixel is.
Definition at line 221 of file dynamicpaint.c.
Referenced by dynamic_paint_create_uv_surface_direct_cb(), dynamic_paint_create_uv_surface_neighbor_cb(), dynamic_paint_find_island_border(), dynamic_paint_find_neighbor_pixel(), and dynamicPaint_createUVSurface().
unsigned int PaintUVPoint::pixel_index |
Definition at line 216 of file dynamicpaint.c.
Referenced by dynamic_paint_create_uv_surface_direct_cb().
unsigned int PaintUVPoint::tri_index |
tri index on domain derived mesh
Definition at line 215 of file dynamicpaint.c.
Referenced by dynamic_paint_create_uv_surface_direct_cb(), dynamic_paint_create_uv_surface_neighbor_cb(), dynamic_paint_find_island_border(), and dynamic_paint_find_neighbor_pixel().
unsigned int PaintUVPoint::v1 |
Definition at line 218 of file dynamicpaint.c.
Referenced by dynamic_paint_create_uv_surface_direct_cb(), and dynamic_paint_create_uv_surface_neighbor_cb().
unsigned int PaintUVPoint::v2 |
Definition at line 218 of file dynamicpaint.c.
Referenced by dynamic_paint_create_uv_surface_direct_cb(), and dynamic_paint_create_uv_surface_neighbor_cb().
unsigned int PaintUVPoint::v3 |
Definition at line 218 of file dynamicpaint.c.
Referenced by dynamic_paint_create_uv_surface_direct_cb(), and dynamic_paint_create_uv_surface_neighbor_cb().