Blender
V3.3
|
#include <BKE_ccg.h>
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 |
int CCGKey::elem_size |
Definition at line 37 of file BKE_ccg.h.
Referenced by BKE_subdiv_ccg_key(), CCG_elem_offset(), CCG_key(), multires_copy_dm_grid(), multires_make_derived_from_derived(), and multires_modifier_update_mdisps().
int CCGKey::grid_area |
Definition at line 42 of file BKE_ccg.h.
Referenced by BKE_pbvh_get_grid_num_vertices(), BKE_pbvh_node_num_verts(), BKE_pbvh_sync_face_sets_to_grids(), BKE_sculpt_sync_face_sets_visibility_to_grids(), BKE_subdiv_ccg_grid_hidden_ensure(), BKE_subdiv_ccg_key(), CCG_key(), GPU_pbvh_grid_buffers_update(), multires_disp_run_cb(), partialvis_update_grids(), pbvh_grids_node_raycast(), sculpt_expand_grids_to_faces_falloff(), SCULPT_vertex_all_face_sets_visible_get(), SCULPT_vertex_co_get(), SCULPT_vertex_face_set_get(), SCULPT_vertex_face_set_set(), SCULPT_vertex_has_face_set(), SCULPT_vertex_has_unique_face_set(), SCULPT_vertex_is_boundary(), SCULPT_vertex_limit_surface_get(), SCULPT_vertex_mask_get(), sculpt_vertex_neighbors_get_grids(), SCULPT_vertex_normal_get(), and SCULPT_vertex_visible_get().
int CCGKey::grid_bytes |
Definition at line 44 of file BKE_ccg.h.
Referenced by BKE_subdiv_ccg_key(), and CCG_key().
int CCGKey::grid_size |
Definition at line 40 of file BKE_ccg.h.
Referenced by BKE_pbvh_build_grids(), BKE_pbvh_get_grid_num_faces(), BKE_pbvh_node_get_grids(), BKE_pbvh_sync_face_sets_to_grids(), BKE_subdiv_ccg_key(), build_grid_leaf_node(), CCG_grid_elem(), CCG_key(), GPU_pbvh_grid_buffers_update(), grid_tangent(), interp_bilinear_grid(), multires_copy_dm_grid(), partialvis_update_grids(), pbvh_grids_node_nearest_to_ray(), pbvh_grids_node_raycast(), pbvh_grids_node_visibility_update(), SCULPT_vertex_has_unique_face_set(), SCULPT_vertex_is_boundary(), SCULPT_vertex_limit_surface_get(), and sculpt_vertex_neighbors_get_grids().
int CCGKey::has_mask |
Definition at line 55 of file BKE_ccg.h.
Referenced by BKE_subdiv_ccg_key(), CCG_elem_mask(), CCG_key(), GPU_pbvh_grid_buffers_update(), multires_reshape_assign_final_coords_from_ccg(), multiresModifier_disp_run(), partialvis_update_grids(), and pbvh_has_mask().
int CCGKey::has_normals |
Definition at line 54 of file BKE_ccg.h.
Referenced by BKE_subdiv_ccg_key(), CCG_elem_no(), and CCG_key().
int CCGKey::level |
Definition at line 33 of file BKE_ccg.h.
Referenced by BKE_subdiv_ccg_key(), CCG_key(), and multires_disp_run_cb().
int CCGKey::mask_offset |
Definition at line 52 of file BKE_ccg.h.
Referenced by BKE_subdiv_ccg_key(), CCG_elem_mask(), and CCG_key().
int CCGKey::normal_offset |
Definition at line 48 of file BKE_ccg.h.
Referenced by BKE_subdiv_ccg_key(), CCG_elem_no(), and CCG_key().