SoDirectVizManagerrendering Property |
Activates/deactivates ray-traced rendering.
Namespace: OIV.DirectVizAssembly: OIV.DirectViz (in OIV.DirectViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFBool rendering { get; }
Public ReadOnly Property rendering As SoSFBool
Get
public:
property SoSFBool^ rendering {
SoSFBool^ get ();
}
member rendering : SoSFBool with get
Property Value
Type:
SoSFBool
Remarks
If true, ray-traced rendering is enabled. Default is false.
See Also