Skip to content
Snippets Groups Projects
Commit 1d7ae9e7 authored by Sankhesh Jhaveri's avatar Sankhesh Jhaveri :speech_balloon:
Browse files

Removed volume module dependency on LIC module

parent 53bba21a
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,6 @@ vtk_module(vtkRenderingVolumeOpenGL2
DEPENDS
vtkglew
vtkRenderingOpenGL2
vtkRenderingLICOpenGL2
vtkRenderingVolume
PRIVATE_DEPENDS
vtksys
......
......@@ -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.0f, 1.0f, 0.0f};
this->Impl->RTTDepthTextureObject->CopyToFrameBuffer(tcoords, verts, NULL, NULL);
vtkTextureIO::Write(
"volumeRender.vtk",
this->Impl->RTTColorTextureObject);
}
......
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