Loading of a OFF ASCII file

Only supports triangles
Not textured yet
Supports scaling and rotation of the model
This commit is contained in:
trotFunky 2019-09-30 16:55:45 +02:00
parent 82f359b656
commit 9e1b72476c
9 changed files with 31419 additions and 4 deletions

View file

@ -11,7 +11,7 @@ if(NOT ${OPENGL_GLU_FOUND})
endif()
add_executable(tests_opengl
src/main.cpp src/displayers.h src/displayers.cpp src/Texture.cpp src/Texture.h)
src/main.cpp src/displayers.h src/displayers.cpp src/DataHandling/Texture.cpp src/DataHandling/Texture.h src/DataHandling/Model3D.cpp src/DataHandling/Model3D.h src/types.h)
target_link_libraries(tests_opengl
${OPENGL_LIBRARIES}