feat: add assignment 4 resources and tinyobjloader lib

This commit is contained in:
2025-10-13 19:26:49 +02:00
parent 1089861aa3
commit 9124618ab6
15 changed files with 2128 additions and 2 deletions

View File

@@ -3,7 +3,10 @@
#endif*/
#define STB_IMAGE_IMPLEMENTATION
#include "../lib/stb/stb_image.h"
#include "../lib/stb_image.h"
#define TINYOBJLOADER_IMPLEMENTATION
#include "../lib/tiny_obj_loader.h"
#include "engine.h"

View File

@@ -4,7 +4,7 @@
#include "../lib/glew/GL/glew.h"
#include "../lib/glfw/glfw3.h"
#include "../lib/stb/stb_image.h"
#include "../lib/stb_image.h"
#include "logger.h"