mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 13:40:02 +02:00
Trial hiding the UI when it's expanding to become the tablet proper
This commit is contained in:
parent
fe8c237d64
commit
f01ebe57ea
1 changed files with 4 additions and 0 deletions
|
@ -369,10 +369,14 @@
|
||||||
localRotation: localRotation,
|
localRotation: localRotation,
|
||||||
dimensions: dimensions
|
dimensions: dimensions
|
||||||
});
|
});
|
||||||
|
// FIXME: Temporary code change to try not displaying UI when mini tablet is expanding to become the tablet proper.
|
||||||
Overlays.editOverlay(miniUIOverlay, {
|
Overlays.editOverlay(miniUIOverlay, {
|
||||||
|
/*
|
||||||
localPosition: Vec3.multiply(tabletScaleFactor, MINI_UI_LOCAL_POSITION),
|
localPosition: Vec3.multiply(tabletScaleFactor, MINI_UI_LOCAL_POSITION),
|
||||||
dimensions: Vec3.multiply(tabletScaleFactor, MINI_UI_DIMENSIONS),
|
dimensions: Vec3.multiply(tabletScaleFactor, MINI_UI_DIMENSIONS),
|
||||||
dpi: MINI_UI_DPI / tabletScaleFactor
|
dpi: MINI_UI_DPI / tabletScaleFactor
|
||||||
|
*/
|
||||||
|
visible: false
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue