|
Blender
V2.93
|
Public Attributes | |
| const MeshElemMap * | vert_to_looptri_map |
| int | w |
| int | h |
| int | px |
| int | py |
| int | best_index |
| float | best_weight |
Definition at line 2450 of file dynamicpaint.c.
| int DynamicPaintFindIslandBorderData::best_index |
Definition at line 2454 of file dynamicpaint.c.
Referenced by dynamic_paint_find_island_border(), and dynamic_paint_find_neighbor_pixel().
| float DynamicPaintFindIslandBorderData::best_weight |
Definition at line 2455 of file dynamicpaint.c.
Referenced by dynamic_paint_find_island_border().
| int DynamicPaintFindIslandBorderData::h |
Definition at line 2452 of file dynamicpaint.c.
Referenced by dynamic_paint_find_island_border().
| int DynamicPaintFindIslandBorderData::px |
Definition at line 2452 of file dynamicpaint.c.
Referenced by dynamic_paint_find_island_border().
| int DynamicPaintFindIslandBorderData::py |
Definition at line 2452 of file dynamicpaint.c.
Referenced by dynamic_paint_find_island_border().
| const MeshElemMap* DynamicPaintFindIslandBorderData::vert_to_looptri_map |
Definition at line 2451 of file dynamicpaint.c.
Referenced by dynamic_paint_find_island_border(), and dynamic_paint_find_neighbor_pixel().
| int DynamicPaintFindIslandBorderData::w |
Definition at line 2452 of file dynamicpaint.c.
Referenced by dynamic_paint_find_island_border().