| genre | VolRendExtensions |
| status | stable |
| author | Florian Link |
| package | MeVisLab/Standard |
| dll | SoGVR |
| definition | soGVR.def |
| see also | SoGVRVolumeRenderer, SoGVRMaskVolume |
The SoGVRMaskSettings module allows to overwrite the settings of a previous SoGVRMaskVolume module. It has the same fields as the SoGVRMaskVolume module, but it uses its input image only for knowing the world coordinate system, it does not read the image data.
For details of the mask volume and the parameters, see SoGVRMaskVolume.
This module is only usefull when you want to have multiple SoGVRVolumeRenderer renderers with the same mask volume but different mask settings. See example network.
a node that should be put in front of the SoGVRVolumeRenderer and after a SoGVRMaskVolume.
| Binary: Bool | Interpolate: Bool | Replace World To Voxel Matrix: Bool |
| Binary Threshold: Float | Mask: Bool | Tag Mode: Enum |
| Custom World To Voxel Matrix: Matrix | Modify World Coordinates: Bool | Transform Mode: Enum |
| Enabled (modifyRGBA): Bool | Outside Alpha: Float | World Center: Vector3 |
| enabled (enabled): Bool | Outside Color: Color | World Rotation: Rotation |
| Inside Alpha: Float | Outside Tag Value: Integer | World Scale: Vector3 |
| Inside Color: Color | Overwrite Settings (overwriteSettings): Bool | |
| Inside Tag Value: Integer | Overwrite Settings (overwriteTransformSettings): Bool |
Values:
| Title | Name |
|---|---|
| Use World Coordinates | UseWorldCoordinates |
| Scale To Image | ScaleToImage |