Click or drag to resize
SoDepthOffsetoffset Property

Offset to apply to the projection matrix.

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

Property Value

Type: SoSFFloat
Remarks

Positive values move geometry toward the camera (the opposite of OIV.Inventor.Nodes.SoPolygonOffset). Offset value must be in the range [-0.5 .. 0.5] (normalized depth coordinates). Default is 0.001

See Also