SoVolumeRenderingPhysicalQualityShadowsStyles Enumeration |
List of available types of shadows.
Namespace: OIV.VolumeViz.Nodes
Member name | Value | Description | |
---|---|---|---|
SHADOWMAP | 0 | The standard shadowmap-based shadows. | |
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 OIV.LDM.Nodes.SoROI clipping, but does not support OIV.Inventor.Nodes.SoClipPlane, OIV.VolumeViz.Nodes.SoVolumeClippingGroup, OIV.VolumeViz.Nodes.SoUniformGridClipping or OIV.VolumeViz.Nodes.SoUniformGridProjectionClipping. |