|
@@ -1111,14 +1111,14 @@ define(["module", "vwf/view"], function (module, view) {
|
|
|
let el = document.createElement('a-entity');
|
|
|
el.setAttribute('id', 'xrcontroller' + hand);
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+ el.setAttribute('hand-controls', {
|
|
|
+ 'hand': hand,
|
|
|
+ 'handModelStyle': 'lowPoly',
|
|
|
+ 'color': '#ffcccc'
|
|
|
+ });
|
|
|
|
|
|
- el.setAttribute('laser-controls', {hand: hand});
|
|
|
-
|
|
|
+ el.setAttribute('laser-controls', {hand: hand, model:false});
|
|
|
+
|
|
|
|
|
|
|
|
|
|