Hey guys,
I’ve been doing a little work with the VTKImagePlaneWidget, I added plane intersections pretty easily with a triangle and intersection filter which helps show the intersections of the plane. I’ve noticed that when zoomed in the depth peeling of the cursor isn’t completely correct. It appears to extend slightly beyond the planes that are occluding it. The issue is not present when fully zoomed out and it’s also not present when using orthographic projection.
This is what I get in most cases (shown with orthographic projection)
This is the behaviour in perspective projection (the red cursor is standard).
It’s not a huge issue, but I thought it should be raised.