mirror of
https://github.com/overte-org/overte.git
synced 2025-08-03 23:23:38 +02:00
rotation changed to localRotation
This commit is contained in:
parent
4b1b3aebf7
commit
617e927695
1 changed files with 2 additions and 2 deletions
|
@ -132,7 +132,7 @@
|
|||
emissive: true,
|
||||
parentID: camera,
|
||||
alpha: 1,
|
||||
rotation: cameraRotation,
|
||||
localRotation: { x: 0, y: 0, z: 0 },
|
||||
localPosition: { x: 0.007, y: 0.15, z: -0.005 },
|
||||
dimensions: viewFinderOverlayDim
|
||||
});
|
||||
|
@ -322,7 +322,7 @@
|
|||
emissive: true,
|
||||
parentID: camera,
|
||||
alpha: 1,
|
||||
rotation: cameraRotation,
|
||||
localRotation: { x: 0, y: 0, z: 0 },
|
||||
localPosition: { x: 0.007, y: 0.15, z: -0.005 },
|
||||
dimensions: viewFinderOverlayDim
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue