|
Blender
V3.3
|
Public Attributes | |
| int | num_grids |
| int | level |
| int | grid_size |
| LinearGrid * | grids |
| LinearGridElement * | elements_storage |
Definition at line 93 of file multires_reshape_smooth.c.
| LinearGridElement* LinearGrids::elements_storage |
Definition at line 104 of file multires_reshape_smooth.c.
Referenced by linear_grids_allocate(), linear_grids_free(), and linear_grids_init().
| int LinearGrids::grid_size |
Definition at line 98 of file multires_reshape_smooth.c.
Referenced by linear_grid_element_get(), and linear_grids_allocate().
| LinearGrid* LinearGrids::grids |
Definition at line 101 of file multires_reshape_smooth.c.
Referenced by linear_grid_element_get(), linear_grids_allocate(), linear_grids_free(), and linear_grids_init().
| int LinearGrids::level |
Definition at line 95 of file multires_reshape_smooth.c.
Referenced by linear_grids_allocate(), and linear_grids_init().
| int LinearGrids::num_grids |
Definition at line 94 of file multires_reshape_smooth.c.
Referenced by linear_grid_element_get(), linear_grids_allocate(), and linear_grids_init().