Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VTK
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
debian
VTK
Commits
1d7ae9e7
Commit
1d7ae9e7
authored
9 years ago
by
Sankhesh Jhaveri
Browse files
Options
Downloads
Patches
Plain Diff
Removed volume module dependency on LIC module
parent
53bba21a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Rendering/VolumeOpenGL2/module.cmake
+0
-1
0 additions, 1 deletion
Rendering/VolumeOpenGL2/module.cmake
Rendering/VolumeOpenGL2/vtkOpenGLGPUVolumeRayCastMapper.cxx
+0
-4
0 additions, 4 deletions
Rendering/VolumeOpenGL2/vtkOpenGLGPUVolumeRayCastMapper.cxx
with
0 additions
and
5 deletions
Rendering/VolumeOpenGL2/module.cmake
+
0
−
1
View file @
1d7ae9e7
...
...
@@ -8,7 +8,6 @@ vtk_module(vtkRenderingVolumeOpenGL2
DEPENDS
vtkglew
vtkRenderingOpenGL2
vtkRenderingLICOpenGL2
vtkRenderingVolume
PRIVATE_DEPENDS
vtksys
...
...
This diff is collapsed.
Click to expand it.
Rendering/VolumeOpenGL2/vtkOpenGLGPUVolumeRayCastMapper.cxx
+
0
−
4
View file @
1d7ae9e7
...
...
@@ -66,7 +66,6 @@
#include
<vtkVolumeMask.h>
#include
<vtkVolumeProperty.h>
#include
<vtkWeakPointer.h>
#include
<vtkTextureIO.h>
// C/C++ includes
#include
<cassert>
...
...
@@ -3210,9 +3209,6 @@ void vtkOpenGLGPUVolumeRayCastMapper::GPURender(vtkRenderer* ren,
-
1.0
f
,
1.0
f
,
0.0
f
};
this
->
Impl
->
RTTDepthTextureObject
->
CopyToFrameBuffer
(
tcoords
,
verts
,
NULL
,
NULL
);
vtkTextureIO
::
Write
(
"volumeRender.vtk"
,
this
->
Impl
->
RTTColorTextureObject
);
}
...
...
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