On loading an image file (ie. *.hdwi, *.mhd) the application freezes in class
" vtkMitkOpenGLVolumeTextureMapper3D::Initialize*( ) "
on calling
" int supports_texture3D=extensions->ExtensionSupported( "GL_VERSION_1_2" ); "
last console output in this case: " Program received signal: “EXC_BAD_ACCESS”. "
Description
Description
Event Timeline
Comment Actions
in discussion with osx-experts error occours above vtk version 5.4+. for newer versions vtk offers a patch for this issue ( http://vtk.org/gitweb?p=VTK.git;a=commitdiff;h=ee8ba219cf4989f27cf62fd45ebffcc93a71699a;hp=99313127e79e70ad2b3fd1d0ed095d887d2ad515#patch4 )
just adapted this patch to vtkMitkOpenGLVolumeTextureMapper3D, should work now.
Comment Actions
vtkMitkOpenGLVolumeTextureMapper3D was incompatible to OpenGLExtensions in VTK 5.6,
it requires now a vtkRenderWindow.
Commiting a fix for it
Comment Actions
All fixes up to rev 26862 (22.10.10) were merged to the 3M-3_1 branch. Please
contact Markus E. if you commited more fixes to this bug afterwards.