Click or drag to resize
SoTrackerunitScaleFactor Property

A factor that will be applied to all position coordinates retrieved from the tracking system.

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

Property Value

Type: SoSFFloat
Remarks

Its value depends on the units the tracking system is using, and on the units that are appropriate in the Open Inventor world.

Example: The tracking system is in feet and it makes sense for Open Inventor to have inches; the unitScaleFactor should be 12.0. The default value is 1.0.

See Also