Generative-and-Discriminative-Voxel-Modeling
Generative-and-Discriminative-Voxel-Modeling copied to clipboard
GUI crashing when trying to render
Hi guys,
I'm trying to get the GUI to run with following setup:
Windows 10 Python 2.7 VTK 7.0
Inside GUI.py, when the following line is called
renderWin.Render()
I get the following output from the output window of VTK:
The rendering window opens up but immediatelly crashes after that.
Hmm, I'm going to guess that's a windows 10 related bug; any chance you can try running it on a Windows 7 or a Linux machine? A quick google shows a few reports of trouble with VTK and windows 10:
http://vtk.1045678.n5.nabble.com/Large-problems-on-Windows-10-td5735513.html
http://www.vtk.org/pipermail/vtkusers/2015-August/091853.html
VTK iteself seems to be working, as I can run this file no problem: http://www.vtk.org/Wiki/VTK/Examples/Python/Cylinder
Use vtkSmartVolumeMapper, instead of vtkVolumeRaycastMapper.