Increase max render distance

This commit is contained in:
James Lambert 2024-01-03 21:42:33 -07:00
parent 4ddf568628
commit 61d225e9a4

View file

@ -5,7 +5,7 @@
#include "../graphics/screen_clipper.h"
#include "../graphics/graphics.h"
#define DEFAULT_FAR_PLANE 30.0f
#define DEFAULT_FAR_PLANE 50.0f
#define DEFAULT_NEAR_PLANE 0.125f
#define DEFAULT_CAMERA_FOV 60.0f