I am trying to obtain a 360 view of a terrain rendered in VTK. I have come across vtkPanoramicProjectionPass()
but I have not found any examples. Can anyone point to some example, ideally, using python bindings?
Hi @llobera ,
This is only used in ParaView for now, see this:
https://www.kitware.com/generate-360-images-with-paraview/
An example usage can be seen here:
https://gitlab.kitware.com/paraview/paraview/-/blob/master/Plugins/PanoramicProjectionView/Views/vtkPVPanoramicProjectionView.cxx
1 Like