StereoParams

StereoParams
struct StereoParams {
  float DisplayWidthCm;
  float Distortion;
  float DisplayDiagInches;
  float DisplayAspectRatio;
  float EyeSeparationCm;
};
Description

Structure describing the parameters for 3D stereo support.

Data Members
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. 
Methods
Method 
Description 
Initializes the stereo parameters. 
File

Render_MatrixState.h