SoClearBuffers¶
- InventorModule¶
author
package
dll
definition
see also
keywords
Purpose¶
The module SoClearBuffers allows for clearing the GL frame buffer.
Parameter Fields¶
Field Index¶
|
|
|
|
|
|
Visible Fields¶
Clear Color¶
- name: clearColor, type: Bool, default: TRUE¶
If checked, the color buffer is cleared.
Color¶
- name: color, type: Color, default: 0 0 0¶
Sets the color to use.
Alpha¶
- name: alpha, type: Float, default: 1, minimum: 0, maximum: 1¶
Sets the alpha value to use when clearing the color buffer.
Depth¶
- name: depth, type: Double, default: 1, minimum: 0, maximum: 1¶
Sets the depth value to use when clearing the depth buffer.
Clear Depth¶
- name: clearDepth, type: Bool, default: FALSE¶
If checked, the depth buffer is cleared.
Clear Stencil¶
- name: clearStencil, type: Bool, default: FALSE¶
If checked, the stencil buffer is cleared.