This commit is contained in:
James B. Pollack 2016-03-06 15:04:47 -08:00
parent 9a860bd31a
commit 830a61b874

View file

@ -125,11 +125,7 @@
Audio.playSound(this.SHOOTING_SOUND, audioProperties);
},
clickDownOnEntity: function(entityID, mouseEvent) {
this.shootBall()
},
getGunTipPosition: function(properties) {
//the tip of the gun is going to be in a different place than the center, so we move in space relative to the model to find that position
var frontVector = Quat.getFront(properties.rotation);