summaryrefslogtreecommitdiff
path: root/game/geoData.h
diff options
context:
space:
mode:
Diffstat (limited to 'game/geoData.h')
-rw-r--r--game/geoData.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/game/geoData.h b/game/geoData.h
index 88eb304..6dacd9a 100644
--- a/game/geoData.h
+++ b/game/geoData.h
@@ -115,6 +115,9 @@ protected:
void update_vertex_normals_only();
+ using OpenMesh::TriMesh_ArrayKernelT<GeoDataTraits>::split;
+ std::array<FaceHandle, 4> split(FaceHandle);
+
private:
GlobalPosition3D lowerExtent {}, upperExtent {};
};