|
Blender V4.3
|
#include <multires_reshape.hh>
Public Attributes | |
| float * | displacement |
| float * | mask |
Element of a grid data stored in the destination mesh. This is where reshaped coordinates and mask values will be written to.
Definition at line 133 of file multires_reshape.hh.
| float* ReshapeGridElement::displacement |
Definition at line 134 of file multires_reshape.hh.
Referenced by assign_final_coords_from_mdisps(), assign_final_elements_from_orig_mdisps(), multires_reshape_assign_final_coords_from_ccg(), multires_reshape_grid_element_for_grid_coord(), multires_reshape_vertcos_foreach_single_vertex(), and object_grid_element_to_tangent_displacement().
| float* ReshapeGridElement::mask |
Definition at line 135 of file multires_reshape.hh.
Referenced by assign_final_elements_from_orig_mdisps(), multires_reshape_assign_final_coords_from_ccg(), and multires_reshape_grid_element_for_grid_coord().