Commit Graph

4 Commits

Author SHA1 Message Date
8c701d39b7 [Add] Added detailmap for more detailed terrain. 2025-09-17 23:14:48 +01:00
5678b0f0c3 [Add] Fractal noise and random seed to world gen. 2025-09-17 19:45:02 +01:00
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
7ba0b348bc [Add] Initial terrain generation. 2025-09-16 20:49:00 +01:00