Split obj loading and model rendering code

This commit is contained in:
2024-08-18 17:04:41 +01:00
parent 2e39780272
commit be7b577a0e
8 changed files with 152 additions and 157 deletions

View File

@@ -2,6 +2,7 @@
#include "mem_arena.h"
#include "mem_utils.h"
#include "obj.h"
#include "render.h"
#include "shader.h"
#include "shaders.h"
#include <stdbool.h>