SoGVRPickResult¶
- InventorModule¶
genre
author
package
dll
definition
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.
Output Fields¶
outPickResult¶
- name: outPickResult, type: GVRPickResult(MLBase)¶
Gives the GVRPickResult Base object that can be connected to other GVRPickResult* modules
self¶
- name: self, type: SoNode¶
A node that must be put in front of the
SoGVRVolumeRenderer
Parameter Fields¶
Visible Fields¶
Enabled¶
- name: enabled, type: Bool, default: TRUE¶
If checked, the module is enabled.