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

Have a look at 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 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. Disabling it will turn slab rendering off, regardless of the SoSlabRenderingElement.

Enable ZBuffer

name: enableZBuffer, type: Bool, default: FALSE

If checked, the z-buffer is enabled.