VTK renderiza em IPython Notebook
Esta função pega um objeto vtkRenderer e exibe a saída diretamente no IPython Notebook def vtk_show(renderer, w=100, h=100): “”” Takes vtkRenderer instance and returns an IPython Image with the rendering. …
Continuar lendo