summaryrefslogtreecommitdiff
path: root/game/geoData.h
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2025-02-13 19:57:41 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2025-02-13 19:57:41 +0000
commit4b175adffdf68f35589ed48c82baa15723a9af0a (patch)
tree64b691b118b059640e19f1dc690722ae176784ca /game/geoData.h
parentReplace mesh generation counter with afterChange event (diff)
downloadilt-4b175adffdf68f35589ed48c82baa15723a9af0a.tar.bz2
ilt-4b175adffdf68f35589ed48c82baa15723a9af0a.tar.xz
ilt-4b175adffdf68f35589ed48c82baa15723a9af0a.zip
Move basic setHeights lambdas into proper helper functions
Diffstat (limited to 'game/geoData.h')
-rw-r--r--game/geoData.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/game/geoData.h b/game/geoData.h
index 3d5ea5d..1a93d03 100644
--- a/game/geoData.h
+++ b/game/geoData.h
@@ -73,6 +73,7 @@ public:
}
protected:
+ [[nodiscard]] VertexHandle setPoint(GlobalPosition3D point, const SetHeightsOpts &);
void updateAllVertexNormals();
template<std::ranges::range R> void updateAllVertexNormals(const R &);
void updateVertexNormal(VertexHandle);