near plane clipping partial

This commit is contained in:
2026-02-21 16:28:09 +01:00
parent 7c03b1b81d
commit 7ca48a5080
9 changed files with 271 additions and 37 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
#ifndef DELTA_GLOBALS
#define DELTA_GLOBALS
const int SIMULATED_WIDTH = 1920;
const int SIMULATED_HEIGHT = 1080;
const int SIMULATED_WIDTH = 800;
const int SIMULATED_HEIGHT = 600;
const int FOCAL = 300;
#endif