|
Blender V4.5
|
#include <BKE_ccg.hh>
Public Attributes | |
| int | level |
| int | elem_size |
| int | grid_size |
| int | grid_area |
| int | grid_bytes |
| int | normal_offset |
| int | mask_offset |
| int | has_normals |
| int | has_mask |
Definition at line 25 of file BKE_ccg.hh.
| int CCGKey::elem_size |
Definition at line 30 of file BKE_ccg.hh.
Referenced by multires_copy_dm_grid(), and multires_modifier_update_mdisps().
| int CCGKey::grid_area |
Definition at line 35 of file BKE_ccg.hh.
Referenced by blender::ed::sculpt_paint::expand::is_face_in_active_component().
| int CCGKey::grid_bytes |
Definition at line 37 of file BKE_ccg.hh.
| int CCGKey::grid_size |
Definition at line 33 of file BKE_ccg.hh.
Referenced by multires_copy_dm_grid().
| int CCGKey::has_mask |
Definition at line 48 of file BKE_ccg.hh.
| int CCGKey::has_normals |
Definition at line 47 of file BKE_ccg.hh.
| int CCGKey::level |
Definition at line 26 of file BKE_ccg.hh.
Referenced by BKE_subdiv_ccg_key(), blender::bke::tests::TEST(), and blender::bke::tests::TEST().
| int CCGKey::mask_offset |
Definition at line 45 of file BKE_ccg.hh.
| int CCGKey::normal_offset |
Definition at line 41 of file BKE_ccg.hh.