struct StereoParams { float DisplayWidthCm; float Distortion; float DisplayDiagInches; float DisplayAspectRatio; float EyeSeparationCm; };
Structure describing the parameters for 3D stereo support.
Data Member |
Description |
The aspect ratio of the display, equal to width/height. | |
The diagonal size of the output display in inches, defaults to 52. | |
The width of the display, computed internally. | |
The strength of the stereo effect, between 0 and 1.0. Defaults to 0.75. | |
The distance between each eye in cm, defaults to 6.4. |
Method |
Description |
Initializes the stereo parameters. |
Render_MatrixState.h