Developer Meetings/20150127
From Slicer Wiki
Home < Developer Meetings < 20150127
To discuss
Here are the issues that I still have with slite : - start slite with one volume e.g. ./slite.sh white.nrrd - cannot correct window and level of viewer with mouse as it is the case in slicer - when I select Lightbox view 1x2 then second half of viewer is black - load slite with two volumes e.g. ./slite.sh white.nrrd white.nrrd - both viewers act the same way (e.g. you move the slider in one viewer the other viewer moves two - show the same image , ...) I believe the reason for doing it is that the Nodes associated with the first viewer are changed to the same as the one of the second viewer e.g. of the first viewer sliceLogic().GetSliceCompositeNode().GetID() = vtkMRMLSliceCompositeNode1 and after reading in the second volume changes to vtkMRMLSliceCompositeNodeRed
- Discuss migration to OpenGL2
- on fresh build, mac OSX 10.10
In file included from /Users/pieper/slicer4/latest/ogl2/Slicer/Modules/Loadable/VolumeRendering/VolumeRenderingReplacements/vtkSlicerOpenGLRayCastImageDisplayHelper.cxx:25: /Users/pieper/slicer4/latest/ogl2/Slicer-superbuild-ogl2/VTKv6/Rendering/OpenGL2/vtkOpenGL.h:26:11: fatal error: 'GL/gl.h' file not found # include <GL/gl.h> // Include OpenGL API. ^ 1 error generated. make[5]: *** [Modules/Loadable/VolumeRendering/VolumeRenderingReplacements/CMakeFiles/VolumeRenderingReplacements.dir/vtkSlicerOpenGLRayCastImageDisplayHelper.cxx.o] Error 1 make[4]: *** [Modules/Loadable/VolumeRendering/VolumeRenderingReplacements/CMakeFiles/VolumeRenderingReplacements.dir/all] Error 2 make[3]: *** [all] Error 2 make[2]: *** [Slicer-prefix/src/Slicer-stamp/Slicer-build] Error 2 make[1]: *** [CMakeFiles/Slicer.dir/all] Error 2 make: *** [all] Error 2
- Discuss disabling by default ITKV3_COMPATIBILITY
- https://github.com/Slicer/Slicer/pull/227
- What to do about BSplineDeformableTransform not being registered to the Transform factory by default?