SoPathTracerTagVolume¶
-
InventorModule
¶ author MeVis Medical Solutions AG
package MeVisLab/Standard
dll SoPathTracer
definition SoPathTracer.def
Purpose¶
The SoPathTracerTagVolume
module provides an 8-bit tag volume, that can be used by a SoPathTracerVolume
and SoPathTracerVolumeInstance
to tag objects in the volume.
Each tagged object can be rendered with its own LUT (via a 2D LUT on the LUT inputs of the volumes) and
it can each have its own SoPathTracerMaterial
(via the inMaterial scene of the volumes).
A tag volume has a Volume Name
. This name can be used in multiple SoPathTracerVolume
and SoPathTracerVolumeInstance
modules by specifying the volumeName as tagVolume.
Parameter Fields¶
Visible Fields¶
Enabled¶
-
name:
enabled
, type:
Bool
, default:
TRUE
¶ If checked, the use of the tag volume is enabled.
Volume Name¶
-
name:
volumeName
, type:
String
, default:
tags
¶ Sets the name of the volume.
This name is used in
SoPathTracerVolume
andSoPathTracerVolumeInstance
.