Blender
V3.3
|
Public Attributes | |
int | num_grid_coords |
GridCoord * | grid_coords |
float | sharpness |
bool | is_infinite_sharp |
Definition at line 56 of file multires_reshape_smooth.c.
GridCoord* Vertex::grid_coords |
Definition at line 60 of file multires_reshape_smooth.c.
Referenced by context_free_geometry(), foreach_single_vertex(), reshape_subdiv_refine_vertex_grid_coord(), and vertex_grid_coord_with_grid_index().
bool Vertex::is_infinite_sharp |
Definition at line 63 of file multires_reshape_smooth.c.
Referenced by foreach_vertex_of_loose_edge(), and is_infinite_sharp_vertex().
int Vertex::num_grid_coords |
Definition at line 59 of file multires_reshape_smooth.c.
Referenced by foreach_single_vertex(), foreach_vertex_of_loose_edge(), reshape_subdiv_refine_vertex_grid_coord(), and vertex_grid_coord_with_grid_index().
float Vertex::sharpness |
Definition at line 62 of file multires_reshape_smooth.c.
Referenced by foreach_single_vertex(), and get_vertex_sharpness().