소스 검색

Add comment

customisations
alemart 9 달 전
부모
커밋
01f72d8030
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4
    0
      src/trackers/image-tracker/states/tracking.ts

+ 4
- 0
src/trackers/image-tracker/states/tracking.ts 파일 보기

@@ -352,6 +352,10 @@ export class ImageTrackerTrackingState extends ImageTrackerState
352 352
                only affect the rendering of virtual elements positioned at the
353 353
                local space linked to the target ("ar.root").
354 354
 
355
+               (that's right, and movements of the real camera in physical space
356
+               shouldn't affect the world space either. Note: the real camera is
357
+               expected to be shaky. Example: a user holding a mobile phone.)
358
+
355 359
             */
356 360
 
357 361
             // the target moves and the camera stays fixed at the origin

Loading…
취소
저장