SoRenderToTargetclearColorValue Property |
Value used to clear the color buffer before the rendering.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFVec4f clearColorValue { get; }
Public ReadOnly Property clearColorValue As SoSFVec4f
Get
public:
property SoSFVec4f^ clearColorValue {
SoSFVec4f^ get ();
}
member clearColorValue : SoSFVec4f with get
Property Value
Type:
SoSFVec4fRemarks Default is (0.0, 0.0, 0.0, 0.0).
See Also