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: 9.9.13.0 (9.9.13.0)
Syntax
public enum ShadowsStyles
Members
  Member nameValueDescription
SHADOWMAP0

The standard shadowmap-based shadows.

See 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 SoROI clipping, but does not support SoClipPlane, SoVolumeClippingGroup, SoUniformGridClipping or SoUniformGridProjectionClipping.

Remarks