SoDirectVizManagerglobalShadowing Property |
Enables/disables 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 globalShadowing { get; }
Public ReadOnly Property globalShadowing As SoSFBool
Get
public:
property SoSFBool^ globalShadowing {
SoSFBool^ get ();
}
member globalShadowing : SoSFBool with get
Property Value
Type:
SoSFBool
Remarks
Default is false.
The initial value can be set using the environment variable DIRECTVIZ_GLOBAL_SHADOW. See SoPreferences.
See Also