Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Project in Bioinformatics
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bioinformatik
Project in Bioinformatics
Commits
b01125ab
Commit
b01125ab
authored
6 months ago
by
Adam Wahab
Browse files
Options
Downloads
Patches
Plain Diff
fixed axis direction, need to add json input, hpmodel input
parent
ef03d320
No related branches found
Branches containing commit
No related tags found
1 merge request
!6
feature: Added 3D Visualization for simple spheres
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
opengl/CMakeLists.txt
+2
-2
2 additions, 2 deletions
opengl/CMakeLists.txt
opengl/opengl_visualization.cpp
+156
-173
156 additions, 173 deletions
opengl/opengl_visualization.cpp
with
158 additions
and
175 deletions
opengl/CMakeLists.txt
+
2
−
2
View file @
b01125ab
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
opengl/opengl_
example
.cpp
→
opengl/opengl_
visualization
.cpp
+
156
−
173
View file @
b01125ab
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment