ViewStereoParameters Property
|
Property that represents stereo viewing
parameters for this Viewport Object. The StereoParameters
encapsulate magnitude of view separation and parallax value.
Magnitude controls view eye separation, and hence the stereo
effect. * A magnitude of 1.0 is the default value. * A magnitude of
0.0 produces no stereo effect. * A magnitude of 2.0 produces a
double stereo effect. Parallax 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 virtual StereoParameters StereoParameters { get; set; }
Public Overridable Property StereoParameters As StereoParameters
Get
Set
public:
virtual property StereoParameters StereoParameters {
StereoParameters get ();
void set (StereoParameters value);
}
abstract StereoParameters : StereoParameters with get, set
override StereoParameters : StereoParameters with get, set
Property Value
StereoParameters
See Also