SoDirectVizManagersoftShadows Property |
Enables/disables soft shadows globally in the scene graph.
Namespace: OIV.DirectVizAssembly: OIV.DirectViz (in OIV.DirectViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFBool softShadows { get; }
Public ReadOnly Property softShadows As SoSFBool
Get
public:
property SoSFBool^ softShadows {
SoSFBool^ get ();
}
member softShadows : SoSFBool with get
Property Value
Type:
SoSFBool
Remarks
Default is false.
The initial value can be set using the environment variable DIRECTVIZ_SOFT_SHADOWS. See SoPreferences. Since Open Inventor 7.2
See Also