Image Culling in XRInterface

Hi,
I have been using Paraview’s VR capabilities to inspect 3D image data (uniform rectilinear grid). I’m amazed how well it works and how useful it is to view and navigate the data in VR.
A feature of Paraview 5.10.1 OpenVR plugin I found really useful was the way it culled (unsure if that’s the right term) the image when the camera collides with it. It almost worked as a dynamic crop, which was helpful since the built-in dynamic crop does not work for image data.
This behavior seemingly has changed in the newer versions of Paraview though, i.e. in the OpenXR plugin of version 5.12 for example. Here, the camera colliding with the image culls the image without rendering the inside of the image volume:


I can get this version of the plugin to crop the image in the way it used to by scaling the image to a certain size, at which point it is cropped properly (very far away from the camera though):

Is there a way of replicating the camera collision behavior I’m after in the OpenXR plugin? I really like the UI improvements that come with the updated versions of the plugin.

Thanks!

Maybe @mwestphal @tgalland @LucasGandel can have some inputs ?

This is a regression in VTK, it was fixed in https://gitlab.kitware.com/vtk/vtk/-/merge_requests/10783.

Than this means that you should be able to use the ParaView nightly to get this fix @Sam00 :
https://www.paraview.org/download/?version=nightly

@Sankhesh_Jhaveri @Lucas_Givord : should this MR be backported to release and paraview/release ?

we should backport this fix

I just got the chance to try it out, works fine!
Thank you, @Lucas_Givord and @LucasGandel for the replies.

1 Like

I’m afraid it cannot be backported as is, it contains deprecation, which are not acceptable in backports.

The actual fix can be backported: https://gitlab.kitware.com/vtk/vtk/-/merge_requests/10854

1 Like