SoShadowGroupisShapesBefore Property |
Note: This API is now obsolete.
Indicates that there are shapes before this group.
Namespace: OIV.Inventor.NodesAssembly: 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; }
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public ReadOnly Property isShapesBefore As SoSFBool
Get
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
property SoSFBool^ isShapesBefore {
SoSFBool^ get ();
}
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member isShapesBefore : SoSFBool with get
Property Value
Type:
SoSFBool
RemarksSetting 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