index
:
I Like Trains
main
terrain-deform-2
The I Like Trains game
Dan Goodliffe
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
game
/
terrain2.h
Commit message (
Collapse
)
Author
Age
*
Calculate and expose the extents of the terrain mesh
Dan Goodliffe
2023-11-04
|
*
Static helper for loading ASCII grid data
Dan Goodliffe
2023-11-04
|
*
Implement terrain intersect ray
Dan Goodliffe
2023-11-03
|
*
Helper to get cartesian position from baricentric on Triangle
Dan Goodliffe
2023-11-03
|
*
Terrain mesh method for getting the height/position at a point on the surface
Dan Goodliffe
2023-11-02
|
*
Generic N-dimensional terrain triangle
Dan Goodliffe
2023-11-02
|
*
Make PointFace harder to misuse
Dan Goodliffe
2023-10-31
|
*
Update walk/walkUntil to work on PointFace from parameter
Dan Goodliffe
2023-10-31
|
*
Helper type for storing/passing/returning a point and its containing face
Dan Goodliffe
2023-10-31
|
|
|
|
|
point is const as face is mutable as a cache of the face containing point.
*
Initial commit of walk/walkUtil terrain
Dan Goodliffe
2023-10-31
|
*
Initial commit of findPoint on terrain
Dan Goodliffe
2023-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 tests
Dan Goodliffe
2023-10-28