Blender
V3.3
|
Public Attributes | |
int | poly_index |
int | totloops |
uint | hash_sum |
uint | hash_xor |
Definition at line 166 of file mesh_merge.c.
uint PolyKey::hash_sum |
Definition at line 169 of file mesh_merge.c.
Referenced by BKE_mesh_merge_verts(), poly_gset_compare_fn(), and poly_gset_hash_fn().
uint PolyKey::hash_xor |
Definition at line 170 of file mesh_merge.c.
Referenced by BKE_mesh_merge_verts(), and poly_gset_compare_fn().
int PolyKey::poly_index |
Definition at line 167 of file mesh_merge.c.
Referenced by BKE_mesh_merge_verts().
int PolyKey::totloops |
Definition at line 168 of file mesh_merge.c.
Referenced by BKE_mesh_merge_verts(), and poly_gset_compare_fn().