You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting: Two groups with one or multiple nodes of type DiscreteScalarImage3D Observation: Value probe (CTRL + mouse pointer) does not return the values of the currently visible image but of the one that was first 'made visible' in the scene, even if hidden by another image (from the same or a different group node). Expected behaviour: Always return results for the currently visible image. Problems: How to deal with overlay of images with opacity other than 0 or 100% ? Should the probe be deactivated in that case?
The text was updated successfully, but these errors were encountered:
Thanks for pointing to the relevant code. I have looked a bit more into it. The only solution I see so far would be to make use of the vtkPickingManager (https://blog.kitware.com/vtk-6-new-feature-picking-manager/) to pick the object that is closest to the camera. When making objects 'invisible' in the UI, the corresponding picker could be removed from the PickingManager such that it is not considered.
Setting: Two groups with one or multiple nodes of type DiscreteScalarImage3D
Observation: Value probe (CTRL + mouse pointer) does not return the values of the currently visible image but of the one that was first 'made visible' in the scene, even if hidden by another image (from the same or a different group node).
Expected behaviour: Always return results for the currently visible image.
Problems: How to deal with overlay of images with opacity other than 0 or 100% ? Should the probe be deactivated in that case?
The text was updated successfully, but these errors were encountered: