Blender
V3.3
|
Public Attributes | |
BMVert * | verts [4] |
float | co [4][3] |
struct { | |
struct Frame * frame | |
int corner | |
uint is_target: 1 | |
} | merge [4] |
bool | inside_hull [4] |
bool | detached |
Definition at line 134 of file MOD_skin.c.
float Frame::co[4][3] |
Definition at line 138 of file MOD_skin.c.
Referenced by create_frame(), end_node_frames(), frame_len(), and output_frames().
int Frame::corner |
Definition at line 144 of file MOD_skin.c.
Referenced by merge_frame_corners(), and skin_update_merged_vertices().
bool Frame::detached |
Definition at line 153 of file MOD_skin.c.
Referenced by build_hull(), and skin_fix_hull_topology().
struct Frame* Frame::frame |
Definition at line 143 of file MOD_skin.c.
Referenced by merge_frame_corners(), output_frames(), and skin_update_merged_vertices().
bool Frame::inside_hull[4] |
Definition at line 151 of file MOD_skin.c.
Referenced by build_hull(), and skin_hole_detach_partially_attached_frame().
uint Frame::is_target |
Definition at line 147 of file MOD_skin.c.
Referenced by merge_frame_corners().
struct { ... } Frame::merge[4] |
Referenced by merge_frame_corners(), output_frames(), and skin_update_merged_vertices().
BMVert* Frame::verts[4] |
Definition at line 136 of file MOD_skin.c.
Referenced by build_hull(), calc_frame_center(), output_frames(), skin_fix_hole_no_good_verts(), skin_frame_find_contained_faces(), skin_hole_detach_partially_attached_frame(), skin_hole_target_face(), skin_output_connections(), skin_output_end_nodes(), skin_smooth_hulls(), and skin_update_merged_vertices().