example of combining default behaviors

direct-scaling
Fabien Benetou 2 years ago
parent 59d3e0c64d
commit 9ea1d0a71c
  1. 1
      index.html

@ -2492,6 +2492,7 @@ function doublePinchToScale(){
AFRAME.registerComponent('startfunctions', { AFRAME.registerComponent('startfunctions', {
init: function () { init: function () {
doublePinchToScale() doublePinchToScale()
emptyPinchToMove()
} }
}) })

Loading…
Cancel
Save