Blender
V3.3
|
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 2412 of file dynamicpaint.c.
int DynamicPaintFindIslandBorderData::best_index |
Definition at line 2416 of file dynamicpaint.c.
Referenced by dynamic_paint_find_island_border(), and dynamic_paint_find_neighbor_pixel().
float DynamicPaintFindIslandBorderData::best_weight |
Definition at line 2417 of file dynamicpaint.c.
Referenced by dynamic_paint_find_island_border().
int DynamicPaintFindIslandBorderData::h |
Definition at line 2414 of file dynamicpaint.c.
Referenced by dynamic_paint_find_island_border().
int DynamicPaintFindIslandBorderData::px |
Definition at line 2414 of file dynamicpaint.c.
Referenced by dynamic_paint_find_island_border().
int DynamicPaintFindIslandBorderData::py |
Definition at line 2414 of file dynamicpaint.c.
Referenced by dynamic_paint_find_island_border().
const MeshElemMap* DynamicPaintFindIslandBorderData::vert_to_looptri_map |
Definition at line 2413 of file dynamicpaint.c.
Referenced by dynamic_paint_find_island_border(), and dynamic_paint_find_neighbor_pixel().
int DynamicPaintFindIslandBorderData::w |
Definition at line 2414 of file dynamicpaint.c.
Referenced by dynamic_paint_find_island_border().