|
Blender
V2.93
|
#include <BKE_subdiv_ccg.h>
Public Attributes | |
| int | num_adjacent_faces |
| struct SubdivCCGCoord ** | boundary_coords |
Definition at line 118 of file BKE_subdiv_ccg.h.
| struct SubdivCCGCoord** SubdivCCGAdjacentEdge::boundary_coords |
Definition at line 122 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 119 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().