We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79484c4 commit 739d95fCopy full SHA for 739d95f
libraries/gpu/src/gpu/Backend.cpp
@@ -63,7 +63,7 @@ Backend::TransformCamera Backend::TransformCamera::getEyeCamera(int eye,
63
// Apply jitter to projections
64
// We divided by the framebuffer size, which was double-sized, to normalize the jitter, but we want a normal amount of jitter
65
// for each eye, so we multiply by 2 to get back to normal
66
- normalizedJitter.x *= 2.0f;
+ //normalizedJitter.x *= 2.0f;
67
result._projection[2][0] += normalizedJitter.x;
68
result._projection[2][1] += normalizedJitter.y;
69
0 commit comments