SoPolygonOffset¶
- InventorModule¶
genre
author
package
dll
definition
keywords
Purpose¶
The module SoPolygonOffset encapsulates the OpenGL 1.1 polygon offset feature.
Usage¶
This node can be inserted in the scene graph at the proper place(s) to explicitly define how polygons, lines, and/or points should be offset with regard to other primitives.
Windows¶
Default Panel¶
Output Fields¶
self¶
- name: self, type: SoNode¶
Parameter Fields¶
Visible Fields¶
Factor¶
- name: factor, type: Float, default: 1¶
Sets a scale factor that is used to create a variable depth offset for each polygon.
Units¶
- name: units, type: Float, default: 1¶
Sets a value that is multiplied by an implementation-specific value to create a constant depth offset.
Styles¶
- name: styles, type: String, default: FILLED¶
Sets the rendering primitive type to be influenced by this node.
On¶
- name: on, type: Bool, default: TRUE¶
If checked, the module is enabled.