SoVolumeRenderingPhysicalQualityShadowsStyles Enumeration |
List of available types of shadows.
Namespace: OIV.VolumeViz.Nodes
Member name | Value | Description | |
---|---|---|---|
SHADOWMAP | 0 | The standard shadowmap-based shadows. See SoShadowGroup. | |
RAYTRACED | 1 | Shadows using a ray-marching based algorithm. This type provides high quality shadows, but can have a big impact on performance. It supports SoROI clipping, but does not support SoClipPlane, SoVolumeClippingGroup, SoUniformGridClipping or SoUniformGridProjectionClipping. |