voxels renderer rebuilt, WorldFiles fix

This commit is contained in:
MihailRis
2023-11-02 13:23:52 +03:00
committed by GitHub
parent 0576316282
commit 754c5b80d0
44 changed files with 1141 additions and 524 deletions
+2 -2
View File
@@ -6,11 +6,11 @@
class GLFWwindow;
class Window {
static GLFWwindow* window;
public:
static uint width;
static uint height;
static GLFWwindow* window; // не лучшее решение делать window публичным
static int initialize(uint width, uint height, const char* title);
static int initialize(uint width, uint height, const char* title, int samples);
static void terminate();
static void viewport(int x, int y, int width, int height);