Import .obj model from Blender
Add third-party hashmap library to help when importing
This commit is contained in:
3
src/model.h
Normal file
3
src/model.h
Normal file
@@ -0,0 +1,3 @@
|
||||
#pragma once
|
||||
|
||||
Shape *Model_ReadObjFile(const char *path);
|
||||
Reference in New Issue
Block a user