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