SoGVRPickResult¶
-
InventorModule
¶ genre VolRendExtensions
author MeVis Medical Solutions AG
package MeVisLab/Standard
dll SoGVR
definition soGVR.def
Purpose¶
The SoGVRPickResult
module allows for receiving the complete voxel profiles of a ray pick on the SoGVRVolumeRenderer
. The module needs to be placed in the scene in front of the SoGVRVolumeRenderer
module and outputs the result of a ray pick via its outPickResult
base field. This result can be introspected by other modules, e.g., GVRPickResultInfo
and GVRPickResultToCurve
.
Note: it is required to have a SoSelection
, SoPicking
or similar Open Inventor module in the scene so that a pick on the viewer really triggers an Open Inventor ray pick action.