Blender V2.61 - r43446
|
Public Attributes | |
SmoothEdge * | edges [SMOOTHFACE_MAX_EDGES] |
int | flip [SMOOTHFACE_MAX_EDGES] |
float | normal [3] |
int | oldIndex |
int | newIndex |
Definition at line 104 of file MOD_edgesplit.c.
SmoothEdge* SmoothFace::edges[SMOOTHFACE_MAX_EDGES] |
Definition at line 105 of file MOD_edgesplit.c.
Referenced by CDDM_from_smoothmesh(), count_bridge_verts(), face_replace_edge(), face_replace_vert(), other_edge(), smoothmesh_from_derivedmesh(), smoothmesh_resize_edges(), and split_bridge_verts().
int SmoothFace::flip[SMOOTHFACE_MAX_EDGES] |
Definition at line 106 of file MOD_edgesplit.c.
Referenced by CDDM_from_smoothmesh(), count_bridge_verts(), smoothmesh_from_derivedmesh(), and split_bridge_verts().
Definition at line 109 of file MOD_edgesplit.c.
Referenced by CDDM_from_smoothmesh(), face_replace_edge(), find_other_sharp_edge(), and smoothmesh_from_derivedmesh().
float SmoothFace::normal[3] |
Definition at line 107 of file MOD_edgesplit.c.
Referenced by smoothmesh_from_derivedmesh(), and tag_and_count_extra_edges().
Definition at line 108 of file MOD_edgesplit.c.
Referenced by CDDM_from_smoothmesh(), and smoothmesh_from_derivedmesh().