Blender
V3.3
|
#include <BKE_subdiv_ccg.h>
Public Attributes | |
SubdivCCGCoord * | coords |
int | size |
int | num_duplicates |
SubdivCCGCoord | coords_fixed [256] |
Definition at line 261 of file BKE_subdiv_ccg.h.
SubdivCCGCoord* SubdivCCGNeighbors::coords |
Definition at line 262 of file BKE_subdiv_ccg.h.
Referenced by BKE_subdiv_ccg_neighbor_coords_get(), neighbor_coords_boundary_inner_get(), neighbor_coords_corner_center_get(), neighbor_coords_corner_vertex_get(), neighbor_coords_edge_get(), neighbor_coords_inner_get(), sculpt_vertex_neighbors_get_grids(), and subdiv_ccg_neighbors_init().
SubdivCCGCoord SubdivCCGNeighbors::coords_fixed[256] |
Definition at line 266 of file BKE_subdiv_ccg.h.
Referenced by sculpt_vertex_neighbors_get_grids(), and subdiv_ccg_neighbors_init().
int SubdivCCGNeighbors::num_duplicates |
Definition at line 264 of file BKE_subdiv_ccg.h.
Referenced by sculpt_vertex_neighbors_get_grids(), and subdiv_ccg_neighbors_init().
int SubdivCCGNeighbors::size |
Definition at line 263 of file BKE_subdiv_ccg.h.
Referenced by BKE_subdiv_ccg_neighbor_coords_get(), sculpt_vertex_neighbors_get_grids(), and subdiv_ccg_neighbors_init().