SoStereoCameraoffset Property |
The stereo offset (the distance of each eye from the camera position).
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFFloat offset { get; }
Public ReadOnly Property offset As SoSFFloat
Get
public:
property SoSFFloat^ offset {
SoSFFloat^ get ();
}
member offset : SoSFFloat with get
Property Value
Type:
SoSFFloatRemarks The right eye is moved plus offset and the left eye is moved minus offset. Default is 0.7.
See Also