Click or drag to resize
SoStereoCamerabalanceNearFrac Property

Specifies whether the balance value is defined as a fraction of the camera near distance.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SoSFBool balanceNearFrac { get; }

Property Value

Type: SoSFBool
Remarks

Note: Since the projection matrix always depends on the camera's near plane, in some cases it may be necessary to detect changes to the camera near plane and adjust by setting a new stereo balance value. Open Inventor will make these adjustments automatically if the balanceNearFrac field is set to true. In this case the stereo balance value is defined as a fraction of the camera near distance.

Default nearFrac is false.

See Also