StereoParametersParallax
Property
|
Property that represents parallax value that
adjusts the zero parallax plane. * A parallax of 1.0 is the default
value. An object centered at the target will be half-in and
half-out of the screen. * A parallax of 0.0 moves the object into
the screen. * A parallax of 2.0 move the object out of the
screen.
Namespace: Teigha.GraphicsSystem
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public double Parallax { get; }
Public ReadOnly Property Parallax As Double
Get
public:
property double Parallax {
double get ();
}
member Parallax : float with get
Property Value
Double
See Also