mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 04:53:28 +02:00
Small adjustments
This commit is contained in:
parent
c28048be47
commit
af4589d42a
1 changed files with 2 additions and 2 deletions
|
@ -45,8 +45,8 @@
|
|||
|
||||
//HMD NOTIFICATION PANEL PROPERTIES
|
||||
var HMD_UI_SCALE_FACTOR = 1.0; //This define the size of all the notification system in HMD.
|
||||
var hmdPanelLocalPosition = {"x": 0.4, "y": 0.25, "z": -1.5};
|
||||
var hmdPanelLocalRotation = Quat.fromVec3Degrees({"x": 0, "y": -5, "z": 0});
|
||||
var hmdPanelLocalPosition = {"x": 0.3, "y": 0.25, "z": -1.5};
|
||||
var hmdPanelLocalRotation = Quat.fromVec3Degrees({"x": 0, "y": -3, "z": 0});
|
||||
var mainHMDnotificationContainerID = Uuid.NULL;
|
||||
var CAMERA_MATRIX_INDEX = -7;
|
||||
|
||||
|
|
Loading…
Reference in a new issue