mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
Merge pull request #535 from DavidWyand-GG/Updates
Fix for simulated Oculus Rift
This commit is contained in:
commit
406334f40d
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ void OculusVRHMDDevice::createSimulatedPreviewRift(bool calculateDistortionScale
|
||||||
mChromaticAbCorrection.x = 0.995999f;
|
mChromaticAbCorrection.x = 0.995999f;
|
||||||
mChromaticAbCorrection.y = -0.004f;
|
mChromaticAbCorrection.y = -0.004f;
|
||||||
mChromaticAbCorrection.z = 1.014f;
|
mChromaticAbCorrection.z = 1.014f;
|
||||||
mChromaticAbCorrection.z = 0.0f;
|
mChromaticAbCorrection.w = 0.0f;
|
||||||
|
|
||||||
calculateValues(calculateDistortionScale);
|
calculateValues(calculateDistortionScale);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue