Click or drag to resize
SoBaseStereoCanClearBeforeRender Method

Queries ability to clear before rendering.

Namespace: OIV.Inventor.Components.Stereo
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public bool CanClearBeforeRender()

Return Value

Type: Boolean
Remarks

This allows a subclass to forbid the color buffer from being cleared before any rendering. Typically, this takes place after rendering the first view. Then, if canClearBeforeRender() returns false, the color buffer can keep previous modifications, such as for the stencil buffer, etc.

See Also