Loading of a OFF ASCII file
Only supports triangles Not textured yet Supports scaling and rotation of the model
This commit is contained in:
parent
82f359b656
commit
9e1b72476c
9 changed files with 31419 additions and 4 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue