summaryrefslogtreecommitdiff
path: root/game/terrain2.cpp
Commit message (Collapse)AuthorAge
* Make PointFace harder to misuseDan Goodliffe2023-10-31
|
* Update walk/walkUntil to work on PointFace from parameterDan Goodliffe2023-10-31
|
* Helper type for storing/passing/returning a point and its containing faceDan Goodliffe2023-10-31
| | | | | point is const as face is mutable as a cache of the face containing point.
* Initial commit of walk/walkUtil terrainDan Goodliffe2023-10-31
|
* Initial commit of findPoint on terrainDan Goodliffe2023-10-29
| | | | | 2D navigate from a default/given starting point, possible scope for improvement, but it's not exactly slow; <9ms
* Initial OpenMesh based terrain data and testsDan Goodliffe2023-10-28