VTK draw-camera

@Paulo_Carvalho
fyi
I solved the problem without modifying the camera at all. I just used the vtkCellPicker to get the world event coordinates and added a ‘fake’ vtkCubeSource with an opacity close to 0 (invisible) that covers the grid’s space. It is not the best solution, but now user is able to draw effectively inside the grid space.

1 Like