fix aspect ratio as well as billboard scaling

This commit is contained in:
veclavtalica
2025-01-05 21:08:54 +03:00
parent cb6c1df0be
commit d7a119a592
3 changed files with 10 additions and 10 deletions

View File

@ -15,7 +15,7 @@
#define TERRAIN_FREQUENCY 0.1f
#define TERRAIN_DISTANCE 32
#define HALF_TERRAIN_DISTANCE ((float)TERRAIN_DISTANCE / 2)
#define PLAYER_HEIGHT 0.7f
#define PLAYER_HEIGHT 0.6f
static float heightmap[TERRAIN_DISTANCE][TERRAIN_DISTANCE];