Explorar el Código

Basketball game: increase the resolution of the tracker a bit

customisations
alemart hace 3 meses
padre
commit
075305e921
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      demos/basketball/src/core/game.js

+ 1
- 1
demos/basketball/src/core/game.js Ver fichero

@@ -55,7 +55,7 @@ export class BasketballGame extends ARDemo
55 55
             );
56 56
         }
57 57
 
58
-        const imageTracker = AR.Tracker.Image();
58
+        const imageTracker = AR.Tracker.Image({ resolution: 'md' });
59 59
         await imageTracker.database.add([
60 60
         {
61 61
             name: 'mage',

Loading…
Cancelar
Guardar