Skip to content
Snippets Groups Projects
Commit b01125ab authored by Adam Wahab's avatar Adam Wahab
Browse files

fixed axis direction, need to add json input, hpmodel input

parent ef03d320
No related branches found
No related tags found
1 merge request!6feature: Added 3D Visualization for simple spheres
......@@ -39,7 +39,7 @@ target_include_directories(imgui PUBLIC
target_link_libraries(imgui PUBLIC glfw)
# Add your OpenGL source files
add_library(OpenGLStuff opengl_example.cpp)
add_library(OpenGLStuff opengl_visualization.cpp)
# Include directories for OpenGLStuff
target_include_directories(OpenGLStuff PUBLIC
......@@ -52,7 +52,7 @@ target_include_directories(OpenGLStuff PUBLIC
target_link_libraries(OpenGLStuff PUBLIC OpenGL::GL glfw glad imgui)
# Create an executable for the OpenGL example
add_executable(opengl_example_run opengl_example.cpp)
add_executable(opengl_example_run opengl_visualization.cpp)
# Include directories for the executable
target_include_directories(opengl_example_run PUBLIC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment