Browse Source

Add comment

customisations
alemart 10 months ago
parent
commit
01f72d8030
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      src/trackers/image-tracker/states/tracking.ts

+ 4
- 0
src/trackers/image-tracker/states/tracking.ts View File

352
                only affect the rendering of virtual elements positioned at the
352
                only affect the rendering of virtual elements positioned at the
353
                local space linked to the target ("ar.root").
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
             // the target moves and the camera stays fixed at the origin
361
             // the target moves and the camera stays fixed at the origin

Loading…
Cancel
Save