mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-06 21:03:42 +02:00
haptic
This commit is contained in:
parent
f6d19ba32f
commit
d8aeb26a6c
1 changed files with 4 additions and 4 deletions
|
@ -125,15 +125,15 @@
|
|||
Entities.deleteEntity(this.arrow);
|
||||
},
|
||||
|
||||
startNearGrab:function(entityID, args){
|
||||
startNearGrab: function(entityID, args) {
|
||||
_this.startEquip(entityID, args);
|
||||
},
|
||||
|
||||
continueNearGrab:function(entityID, args){
|
||||
continueNearGrab: function(entityID, args) {
|
||||
_this.continueEquip(entityID, args);
|
||||
},
|
||||
|
||||
releaseGrab:function(entityID, args){
|
||||
releaseGrab: function(entityID, args) {
|
||||
_this.releaseEquip(entityID, args);
|
||||
},
|
||||
|
||||
|
@ -484,7 +484,7 @@
|
|||
Entities.editEntity(this.arrow, arrowProperties);
|
||||
this.playShootArrowSound();
|
||||
|
||||
var whichHand = this.hand==='left' ? 0 :1;
|
||||
var whichHand = this.hand === 'left' ? 0 : 1;
|
||||
Controller.triggerShortHapticPulse(whichHand, 2);
|
||||
|
||||
//clear the strings back to only the single straight one
|
||||
|
|
Loading…
Reference in a new issue