Click or drag to resize
SoShadowGroupisShapesBefore Property

Note: This API is now obsolete.

Indicates that there are shapes before this group.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public SoSFBool isShapesBefore { get; }

Property Value

Type: SoSFBool
Remarks

Setting this value to true may slow down the rendering because it causes a depth buffer save at each frame. Used only for SHADOW_MAP method.Obsoletesince Open Inventor 9620 Only used for SHADOW_MAP method, which is deprecated. Please use VARIANCE_SHADOW_MAP instead.

See Also