From 9ea1d0a71c7fe161420491d4c79931a5b8e076b6 Mon Sep 17 00:00:00 2001 From: Fabien Benetou Date: Sun, 26 Mar 2023 12:35:09 +0200 Subject: [PATCH] example of combining default behaviors --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index b37187c..b86d851 100644 --- a/index.html +++ b/index.html @@ -2492,6 +2492,7 @@ function doublePinchToScale(){ AFRAME.registerComponent('startfunctions', { init: function () { doublePinchToScale() + emptyPinchToMove() } })