Add OBJ Loader
This commit is contained in:
parent
a1ccd4e362
commit
94929db5ce
@ -6,7 +6,7 @@ set(CMAKE_CXX_STANDARD 17)
|
||||
find_package(OpenGL REQUIRED)
|
||||
find_package(glfw3 REQUIRED)
|
||||
|
||||
add_executable(ecsgame glad.c Shader.cpp Shader.h main.cpp)
|
||||
add_executable(ecsgame glad.c OBJ_Loader.h Shader.cpp Shader.h main.cpp)
|
||||
|
||||
include_directories(${OPENGL_INCLUDE_DIRS})
|
||||
|
||||
|
1167
OBJ_Loader.h
Normal file
1167
OBJ_Loader.h
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user