bettola/libbettola
Ritchie Cunningham e35c4b5d61 [Fix] Visible lighting seems between chunks.
Server now generates and sends an expanded 34x34 heightmap for each
chunk, which includes a 1-vertex border containing height information
from all adjacent chunks.

Client ChunkMesh class updated to consume this extra data, allowing it
to calcualte perfectly accurate normal vectors for all vertices,
including those at the very edge of a chunk.
2025-09-17 19:19:38 +01:00
..
include/bettola [Fix] Visible lighting seems between chunks. 2025-09-17 19:19:38 +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