SoPathTracerVolumeInstance¶
-
InventorModule
¶ author MeVis Medical Solutions AG
package MeVisLab/Standard
dll SoPathTracer
definition SoPathTracer.def inherits from SoPathTracerVolumeBase
Purpose¶
The SoPathTracerVolumeInstance
module allows to render a volume that is given by a SoPathTracerVolume
as an instance of that volume (without requiring a copy of the volume data on the GPU).
The instance can have a different LUT, tag volume, mask volume, clipping behavior, subvolume, transformation and shading type. This allows to use it to create various effects, like using a different LUT on different subvolumes, transforming subvolumes.
Have a look at the example network to see how it can be used.
The instance has a Source Volume Name
name which specified with volume it should render. It also has a Volume Name
, which specified the name of the instanced volume. This allows other modules like SoPathTracerIsoSurface
and SoPathTracerSlice
to work on instances as well.
Input Fields¶
Parameter Fields¶
Field Index¶
Enable Clipping : Bool |
Mask Volume Name : String |
Use world positions : Bool |
Enable Volume Rendering : Bool |
Matrix : Matrix |
Volume Name : String |
enabled : Bool |
Self Shadowing Offset : Float |
World End Position : Vector3 |
Flip Clipping : Bool |
Shader Type : Enum |
World Start Position : Vector3 |
Gradient Factor : Float |
Source Volume Name : String |
X (subVolumeStartX) : Integer |
Mask Alpha0 : Float |
Step Size Factor : Float |
X (subVolumeEndX) : Integer |
Mask Alpha1 : Float |
Step Size Factor Shadow : Float |
Y (subVolumeStartY) : Integer |
Mask Color0 : Color |
Tag Volume Name : String |
Y (subVolumeEndY) : Integer |
Mask Color1 : Color |
Time Point : Integer |
Z (subVolumeStartZ) : Integer |
Mask Tag0 : Integer |
Tracing Method : Enum |
Z (subVolumeEndZ) : Integer |
Mask Tag1 : Integer |
Transpose matrix : Bool |
Visible Fields¶
Step Size Factor Shadow¶
-
name:
stepSizeFactorShadow
, type:
Float
, default:
3
, minimum:
1
, maximum:
10
¶
Source Volume Name¶
-
name:
sourceVolumeName
, type:
String
, default:
main
, deprecated name:
sourceVolume
¶ The name of the source volume to use. The
SoPathTracer
will search for aSoPathTracerVolume
with the specified name.