|
Blender V4.3
|
Public Attributes | |
| const MeshElemMap * | vert_to_tri_map |
| int | w |
| int | h |
| int | px |
| int | py |
| int | best_index |
| float | best_weight |
Definition at line 2439 of file dynamicpaint.cc.
| int DynamicPaintFindIslandBorderData::best_index |
Definition at line 2443 of file dynamicpaint.cc.
Referenced by dynamic_paint_find_island_border().
| float DynamicPaintFindIslandBorderData::best_weight |
Definition at line 2444 of file dynamicpaint.cc.
Referenced by dynamic_paint_find_island_border().
| int DynamicPaintFindIslandBorderData::h |
Definition at line 2441 of file dynamicpaint.cc.
Referenced by dynamic_paint_find_island_border().
| int DynamicPaintFindIslandBorderData::px |
Definition at line 2441 of file dynamicpaint.cc.
Referenced by dynamic_paint_find_island_border().
| int DynamicPaintFindIslandBorderData::py |
Definition at line 2441 of file dynamicpaint.cc.
Referenced by dynamic_paint_find_island_border().
| const MeshElemMap* DynamicPaintFindIslandBorderData::vert_to_tri_map |
Definition at line 2440 of file dynamicpaint.cc.
Referenced by dynamic_paint_find_island_border(), and dynamic_paint_find_neighbor_pixel().
| int DynamicPaintFindIslandBorderData::w |
Definition at line 2441 of file dynamicpaint.cc.
Referenced by dynamic_paint_find_island_border().