SoTrackerinterEyeDistance Property |
Inter-eye distance with respect to the system coordinates.
Namespace: OIV.ScaleViz.NodesAssembly: OIV.ScaleViz (in OIV.ScaleViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFFloat interEyeDistance { get; }
Public ReadOnly Property interEyeDistance As SoSFFloat
Get
public:
property SoSFFloat^ interEyeDistance {
SoSFFloat^ get ();
}
member interEyeDistance : SoSFFloat with get
Property Value
Type:
SoSFFloat
RemarksIn an immersive environment, this value should be around 0.65 cm or equivalent (which is the actual average inter-eye distance for humans) depending on the units used in the Open Inventor world.
See Also