Click or drag to resize
SoShadowGroupvisibilityRadius Property

Shadows are only computed within "visibility radius" distance from the camera position.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public SoSFFloat visibilityRadius { get; }

Property Value

Type: SoSFFloat
Remarks

This radius equals:

When visibilityRadius = 1 and visibilityFlag = LONGEST_BBOX_EDGE_FACTOR (default values), shadowing is computed throughout the entire scene.

Note: With VARIANCE_SHADOW_MAP method, try to increase the quality field first.

See Also