StereoProjectionMode Enumeration |
The stereoscopic projection mode used for the left and right eye scenes.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public enum StereoProjectionMode
Public Enumeration StereoProjectionMode
public enum class StereoProjectionMode
type StereoProjectionMode
Members
| Member name | Description |
---|
| StereoProjectionParallel |
Parallel projection. Parallel projection will ignore any projection
distance that has been set and instead use a parallel projection for each eye.
In parallel mode all objects will appear to go into the screen. Head mounted
stereographic systems typically require a parallel projection.
|
| StereoProjectionFixedDistance |
Fixed distance projection. Objects at the fixed distance will appear to have no depth.
Objects further than the distance will appear to go into the screen. Objects nearer
than the distance will appear to pop out of the screen.
|
| StereoProjectionAutomatic |
Automatic distance projection. Automatic distance projection will ignore any projection
distance that has been set and instead automatically calculates the projection distance
based on the distance between the camera and the center of the scene.
|
See Also