Click or drag to resize
SoShadowGroupVisibilityFlags Enumeration

visibilityRadius interpretation

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public enum VisibilityFlags
Members
  Member nameValueDescription
ABSOLUTE_RADIUS0

visibilityRadius is interpreted as an absolute value.

LONGEST_BBOX_EDGE_FACTOR1

The longest edge of the scene bounding box will be multiplied by the value of visibilityRadius.

The resulting value will be the radius within which shadows are computed.

Remarks