Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
oxyflame_rendering_tools
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LuFG VR VIS
VR-Group
oxyflame_rendering_tools
Commits
aef1704e
Commit
aef1704e
authored
4 years ago
by
Ali Can Demiralp
Browse files
Options
Downloads
Patches
Plain Diff
Those final compilation parameter issues. Removed unused include.
parent
b2617243
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
install.sh
+1
-1
1 addition, 1 deletion
install.sh
offline_ray_tracer/source/main.cpp
+0
-1
0 additions, 1 deletion
offline_ray_tracer/source/main.cpp
with
1 addition
and
2 deletions
install.sh
+
1
−
1
View file @
aef1704e
...
@@ -27,7 +27,7 @@ cd VTK-9.0.1
...
@@ -27,7 +27,7 @@ cd VTK-9.0.1
mkdir
build
mkdir
build
cd
build
cd
build
export
ospray_DIR
=
../../ospray-1.8.5/lib/cmake/ospray-1.8.5
export
ospray_DIR
=
../../ospray-1.8.5/lib/cmake/ospray-1.8.5
../../cmake-3.19.4/bin/cmake ..
-DVTK_MODULE_ENABLE_VTK_RenderingRayTracing
=
YES
../../cmake-3.19.4/bin/cmake ..
-DVTK_MODULE_ENABLE_VTK_RenderingRayTracing
=
YES
-DVTK_OPENGL_HAS_OSMESA
=
ON
-DVTK_USE_X
=
OFF
../../cmake-3.19.4/bin/cmake
--build
.
--config
Release
--parallel
64
../../cmake-3.19.4/bin/cmake
--build
.
--config
Release
--parallel
64
# Install application.
# Install application.
...
...
This diff is collapsed.
Click to expand it.
offline_ray_tracer/source/main.cpp
+
0
−
1
View file @
aef1704e
...
@@ -9,7 +9,6 @@
...
@@ -9,7 +9,6 @@
#include
<vtkPolyDataMapper.h>
#include
<vtkPolyDataMapper.h>
#include
<vtkRenderer.h>
#include
<vtkRenderer.h>
#include
<vtkRenderWindow.h>
#include
<vtkRenderWindow.h>
#include
<vtkRenderWindowInteractor.h>
#include
<vtkSmartPointer.h>
#include
<vtkSmartPointer.h>
#include
<vtkUnstructuredGridVolumeRayCastMapper.h>
#include
<vtkUnstructuredGridVolumeRayCastMapper.h>
#include
<vtkVolume.h>
#include
<vtkVolume.h>
...
...
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