We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e74821 commit 120052eCopy full SHA for 120052e
1 file changed
libraries/display-plugins/src/display-plugins/hmd/HmdDisplayPlugin.cpp
@@ -214,7 +214,7 @@ void HmdDisplayPlugin::internalPresent() {
214
float newWidth = sourceSize.x - shiftLeftBy;
215
216
// Experimentally adjusted the region presented in preview to avoid seeing the masked pixels and recenter the center...
217
- static float SCALE_WIDTH = 1.0f;
+ static float SCALE_WIDTH = 0.8f;
218
static float SCALE_OFFSET = 2.0f;
219
newWidth *= SCALE_WIDTH;
220
shiftLeftBy *= SCALE_OFFSET;
0 commit comments