Click or drag to resize
SoVolumeRenderingPhysicalQualityShadowsStyles Enumeration

List of available types of shadows.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum ShadowsStyles
Members
  Member nameValueDescription
SHADOWMAP0

The standard shadowmap-based shadows.

See OIV.Inventor.Nodes.SoShadowGroup.

RAYTRACED1

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.

Remarks