Click or drag to resize
SoShadowGroupVisibilityFlags Enumeration

OIV.Inventor.Nodes.SoShadowGroup.m_visibilityRadius interpretation

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

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

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

Remarks