GVRContourOverlayExtension¶
-
MacroModule
¶ genre VolRend
author Christian Rieder
package FMEstable/ReleaseMeVis
definition GVRMacros.def see also SoGVRVolumeRenderer
,SoGVRSecondaryVolume
,GVRContourOverlay
keywords GVR
,scondary
,volume
,mask
,contour
,extension
Purpose¶
Draws additional contours for GVRContourOverlay
Usage¶
Connect the module before the GVRContourOverly in the scene graph and specify name and ID.
Details¶
The contour is calculated in a GLSL shader using a 4-neighbourhood in screen coordinates. Thus, zooming in does not affect the contour thickness.
Output Fields¶
Parameter Fields¶
Field Index¶
Color : Color |
Name : String |
Contour Alpha : Float |
|
Contour Iso Value : Float |
|
contourSmoothness : Float |
|
contourThickness : Float |
|
Enabled : Bool |
|
ID : String |
|
Interior Alpha : Float |
Visible Fields¶
Name¶
-
name:
volumeName
, type:
String
, default:
Lesion
¶ Defines the name of the GVRContourOverlay the contour will be added.
ID¶
-
name:
ID
, type:
String
, default:
0
¶ Defines the unique ID that will be used to address this contour.
Interior Alpha¶
-
name:
interiorAlpha
, type:
Float
, default:
0.5
, minimum:
0
, maximum:
1
¶ Defines the interior alpha value.