bettola/libbettola
Ritchie Cunningham 744c41b8ce [Add] Terrain collision and gravity.
Physics and collision system to make players interact with the generated
terraine without falling through the world like lemmings.

It uses a shared bilinear interpolation function for terrain height for
smooth and consistant height queries on the client and server.
2025-09-16 22:13:15 +01:00
..
include/bettola [Add] Terrain collision and gravity. 2025-09-16 22:13:15 +01:00
src/bettola [Add] Terrain collision and gravity. 2025-09-16 22:13:15 +01:00
CMakeLists.txt [Refactor] Unify client and server player classes. 2025-09-16 00:10:35 +01:00