Import .obj model from Blender

Add third-party hashmap library to help when importing
This commit is contained in:
var
2026-04-04 20:19:46 -05:00
parent 06535ccf01
commit 565c4e0e6f
11 changed files with 1844 additions and 3 deletions

3
src/model.h Normal file
View File

@@ -0,0 +1,3 @@
#pragma once
Shape *Model_ReadObjFile(const char *path);