| 93 | } |
| 94 | |
| 95 | void Mesh::enable_connectivity() { |
| 96 | enable_vertex_connectivity(); |
| 97 | enable_face_connectivity(); |
| 98 | enable_voxel_connectivity(); |
| 99 | } |
| 100 | |
| 101 | void Mesh::enable_vertex_connectivity() { |
| 102 | m_connectivity->init_vertex_adjacencies(this); |
no outgoing calls