Click or drag to resize
SoShadowGroupVisibilityFlags Enumeration

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

OIV.Inventor.Nodes.SoShadowGroup.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 OIV.Inventor.Nodes.SoShadowGroup.visibilityRadius.

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

Remarks