SoGVRSlabHint

InventorModule
genre VolRendExtensions
author MeVis Medical Solutions AG
package MeVisLab/Standard
dll SoGVR
definition soGVR.def
see also SoGVRVolumeRenderer

Purpose

The SoGVRSlabHint module tells a SoGVRVolumeRenderer module that it should render on a SoView2D via SoView2DScene. This module is no longer needed to detect if slab rendering is needed, since the SoGVRVolumeRenderer now reads the SoSlabRenderingElement (defined in SoUtils) to detect if it is rendered via a SoView2DScene. It still makes sense to be used to turn slab rendering explicitly off (overriding the SoSlabRenderingElement usage) or to turn the z-buffer off (which is turned on by default in SoGVRVolumeRenderer).

Tips

The module should be put into the scene of the SoView2D. See the example network.

Windows

Default Panel

../../../Modules/Inventor/SoGVR/mhelp/Images/Screenshots/SoGVRSlabHint._default.png

Output Fields

self

name: self, type: SoNode

a node that should be put in front of the SoGVRVolumeRenderer

Parameter Fields

Visible Fields

Enabled

name: enabled, type: Bool, default: TRUE

Enables the module. Disabling it will turn slab rendering off, regardless of the SoSlabRenderingElement.

Enable ZBuffer

name: enableZBuffer, type: Bool, default: FALSE

Enables/disables the Z-Buffer