Click or drag to resize
SoPolygonOffsetunits Property

Is multiplied by an OpenGL implementation-specific value to create a constant depth offset.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFFloat units { get; }

Property Value

Type: SoSFFloat
Remarks

Positive values push polygons away from the camera (oppsite of OIV.Inventor.Nodes.SoDepthOffset). Default = 100.0.

See Also