Blender
V3.3
|
#include <BKE_subdiv_ccg.h>
Public Attributes | |
int | num_adjacent_faces |
struct SubdivCCGCoord ** | boundary_coords |
Definition at line 102 of file BKE_subdiv_ccg.h.
struct SubdivCCGCoord** SubdivCCGAdjacentEdge::boundary_coords |
Definition at line 106 of file BKE_subdiv_ccg.h.
Referenced by BKE_subdiv_ccg_destroy(), neighbor_coords_corner_vertex_get(), neighbor_coords_edge_get(), subdiv_ccg_adjacent_edge_add_face(), and subdiv_ccg_average_grids_boundary().
int SubdivCCGAdjacentEdge::num_adjacent_faces |
Definition at line 103 of file BKE_subdiv_ccg.h.
Referenced by BKE_subdiv_ccg_destroy(), neighbor_coords_edge_get(), subdiv_ccg_adjacent_edge_add_face(), and subdiv_ccg_average_grids_boundary().