Skip to content
Snippets Groups Projects
Commit 27d53f56 authored by joni's avatar joni
Browse files

Remove reverse-z entities

parent ffde0501
No related branches found
No related tags found
No related merge requests found
...@@ -65,7 +65,7 @@ AFRAME.registerComponent("cursor-controller", { ...@@ -65,7 +65,7 @@ AFRAME.registerComponent("cursor-controller", {
const rayObject = this.data.rayObject.object3D; const rayObject = this.data.rayObject.object3D;
rayObjectRotation.setFromRotationMatrix(rayObject.matrixWorld); rayObjectRotation.setFromRotationMatrix(rayObject.matrixWorld);
this.direction this.direction
.set(0, 0, 1) .set(0, 0, -1)
.applyQuaternion(rayObjectRotation) .applyQuaternion(rayObjectRotation)
.normalize(); .normalize();
this.origin.setFromMatrixPosition(rayObject.matrixWorld); this.origin.setFromMatrixPosition(rayObject.matrixWorld);
......
...@@ -40,15 +40,15 @@ ...@@ -40,15 +40,15 @@
vr-mode-ui="enabled: false" vr-mode-ui="enabled: false"
pinch-to-move pinch-to-move
input-configurator=" input-configurator="
gazeCursorRayObject: #player-camera-reverse-z; gazeCursorRayObject: #player-camera;
cursorController: #cursor-controller; cursorController: #cursor-controller;
gazeTeleporter: #gaze-teleport; gazeTeleporter: #gaze-teleport;
camera: #player-camera; camera: #player-camera;
playerRig: #player-rig; playerRig: #player-rig;
leftController: #player-left-controller; leftController: #player-left-controller;
leftControllerRayObject: #player-left-controller-reverse-z; leftControllerRayObject: #player-left-controller;
rightController: #player-right-controller; rightController: #player-right-controller;
rightControllerRayObject: #player-right-controller-reverse-z;" rightControllerRayObject: #player-right-controller;"
> >
<a-assets> <a-assets>
...@@ -326,7 +326,6 @@ ...@@ -326,7 +326,6 @@
hitOpacity: 0.3; hitOpacity: 0.3;
missOpacity: 0.2;" missOpacity: 0.2;"
></a-entity> ></a-entity>
<a-entity id="player-camera-reverse-z" rotation="0 180 0"></a-entity>
</a-entity> </a-entity>
<a-entity <a-entity
...@@ -348,7 +347,6 @@ ...@@ -348,7 +347,6 @@
mixin="controller-super-hands" mixin="controller-super-hands"
controls-shape-offset controls-shape-offset
> >
<a-entity id="player-left-controller-reverse-z" rotation="0 180 0"></a-entity>
</a-entity> </a-entity>
<a-entity <a-entity
...@@ -370,7 +368,6 @@ ...@@ -370,7 +368,6 @@
mixin="controller-super-hands" mixin="controller-super-hands"
controls-shape-offset controls-shape-offset
> >
<a-entity id="player-right-controller-reverse-z" rotation="0 180 0"></a-entity>
</a-entity> </a-entity>
<a-entity gltf-model-plus="inflate: true;" <a-entity gltf-model-plus="inflate: true;"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment