We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c18b12 commit 3120273Copy full SHA for 3120273
examples/showcase/model-viewer/model-viewer.js
@@ -164,7 +164,7 @@ AFRAME.registerComponent('model-viewer', {
164
rightHandEl.setAttribute('line', {color: '#118A7E'});
165
166
leftHandEl.setAttribute('rotation', '0 90 0');
167
- leftHandEl.setAttribute('laser-controls', {hand: 'right'});
+ leftHandEl.setAttribute('laser-controls', {hand: 'left'});
168
leftHandEl.setAttribute('raycaster', {objects: '.raycastable'});
169
leftHandEl.setAttribute('line', {color: '#118A7E'});
170
0 commit comments