Revert "angle raycaster down"

This reverts commit 109a6743e2.
This commit is contained in:
Kevin Ngo
2018-10-16 13:34:48 -07:00
parent 797a24c022
commit 60ece85a20
4 changed files with 14 additions and 49 deletions

View File

@@ -154,7 +154,6 @@ AFRAME.registerComponent('debug-controller', {
secondaryHand.object3D.position.set(-0.2, 1.5, -0.5);
primaryHand.object3D.position.set(0.2, 1.5, -0.5);
secondaryHand.setAttribute('rotation', {x: 35, y: 0, z: 0});
// primaryHand.object3D.rotation.x = Math.PI / 2;
},
onMouseMove: (function () {