소스 검색

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

Loading…
취소
저장