Click or drag to resize
SoTrackercalibrate Property

Optional calibration matrix that converts from actual tracker coordinates to world coordinates.

Namespace: OIV.ScaleViz.Nodes
Assembly: OIV.ScaleViz (in OIV.ScaleViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SoMFVec4f calibrate { get; }

Property Value

Type: SoMFVec4f
Remarks

The default values (-1., -1., -1., -1.) indicate that the matrix has not been defined. If actually set, the field must contain a 4x4 matrix (as four Vec4f values).

See Also