浏览代码

Basketball game: increase the resolution of the tracker a bit

customisations
alemart 3 个月前
父节点
当前提交
075305e921
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      demos/basketball/src/core/game.js

+ 1
- 1
demos/basketball/src/core/game.js 查看文件

@@ -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',

正在加载...
取消
保存