VrStereoConfig


Vocabulary
raylib

Class description
VR stereo rendering configuration for simulator.

Fields
projectionMatrix[2]VR projection matrices (per eye)
viewOffsetMatrix[2]VR view offset matrices (per eye)
leftLensCenterfloat[2]VR left lens center
rightLensCenterfloat[2]VR right lens center
leftScreenCenterfloat[2]VR left screen center
rightScreenCenterfloat[2]VR right screen center
scalefloat[2]VR distortion scale
scaleInfloat[2]VR distortion scale in


Definition


STRUCT: VrStereoConfig
{ projection Matrix[2] } { viewOffset Matrix[2] }
{ leftLensCenter float[2] } { rightLensCenter float[2] }
{ leftScreenCenter float[2] } { rightScreenCenter float[2] }
{ scale float[2] } { scaleIn float[2] } ;


Methods