SoDepthOffsetoffset Property |
Offset to apply to the projection matrix.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFFloat offset { get; }
Public ReadOnly Property offset As SoSFFloat
Get
public:
property SoSFFloat^ offset {
SoSFFloat^ get ();
}
member offset : SoSFFloat with get
Property Value
Type:
SoSFFloat
Remarks
Positive values move geometry toward the camera (the opposite of SoPolygonOffset). Offset value must be in the range [-0.5 .. 0.5] (normalized depth coordinates). Default is 0.001
See Also