Browse Source

Basketball game: increase the resolution of the tracker a bit

customisations
alemart 3 months ago
parent
commit
075305e921
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      demos/basketball/src/core/game.js

+ 1
- 1
demos/basketball/src/core/game.js View File

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

Loading…
Cancel
Save