Click or drag to resize

StereoscopicProjectionDistance Property

Gets or sets the projection distance. If ProjectionMode is set to eStkGraphicsStereoProjectionAutomatic, the value of this property will be ignored.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public double ProjectionDistance { get; set; }

Property Value

Type: Double
Remarks

When displaying in stereo there are two virtual cameras, one for the left eye and one for the right eye. These cameras both look in the same general direction, each aimed at a point a fixed distance away. This distance is called the Projection Distance. It should be about the same distance that the cameras are from the nearest visible object.

Objects in the scene that get closer than the projection distance will appear to pop out of the display in 3D. If this is done carefully, it can create a dramatic 3D effect. If it is pushed too far, the 3D effect will break down or cause eye strain.

See Also