mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 07:58:59 +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,
|
emissive: true,
|
||||||
parentID: camera,
|
parentID: camera,
|
||||||
alpha: 1,
|
alpha: 1,
|
||||||
rotation: cameraRotation,
|
localRotation: { x: 0, y: 0, z: 0 },
|
||||||
localPosition: { x: 0.007, y: 0.15, z: -0.005 },
|
localPosition: { x: 0.007, y: 0.15, z: -0.005 },
|
||||||
dimensions: viewFinderOverlayDim
|
dimensions: viewFinderOverlayDim
|
||||||
});
|
});
|
||||||
|
@ -322,7 +322,7 @@
|
||||||
emissive: true,
|
emissive: true,
|
||||||
parentID: camera,
|
parentID: camera,
|
||||||
alpha: 1,
|
alpha: 1,
|
||||||
rotation: cameraRotation,
|
localRotation: { x: 0, y: 0, z: 0 },
|
||||||
localPosition: { x: 0.007, y: 0.15, z: -0.005 },
|
localPosition: { x: 0.007, y: 0.15, z: -0.005 },
|
||||||
dimensions: viewFinderOverlayDim
|
dimensions: viewFinderOverlayDim
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue