瀏覽代碼

Small changes

customisations
alemart 10 月之前
父節點
當前提交
1d1c00f680
共有 3 個檔案被更改,包括 3 行新增3 行删除
  1. 1
    1
      README.md
  2. 1
    1
      docs/getting-started/index.md
  3. 1
    1
      mkdocs.yml

+ 1
- 1
README.md 查看文件

13
 * **AR everywhere**: encantar.js runs on Android, on iOS, and even on Desktop computers! Only a modern web browser is required.
13
 * **AR everywhere**: encantar.js runs on Android, on iOS, and even on Desktop computers! Only a modern web browser is required.
14
 * **Plugins**: use encantar.js with the 3D framework of your choice, including A-Frame, Babylon.js, Three.js and more!
14
 * **Plugins**: use encantar.js with the 3D framework of your choice, including A-Frame, Babylon.js, Three.js and more!
15
 * **Image tracking**: track detailed images such as book covers, cartoons and photos. No need of manual training!
15
 * **Image tracking**: track detailed images such as book covers, cartoons and photos. No need of manual training!
16
-* **Pointer tracking**: create interactive experiences based on touch, mouse and pen input with an easy-to-use interface.
16
+* **Pointer tracking**: create interactive experiences based on touch, mouse and pen input with an easy-to-use API.
17
 
17
 
18
 ## Why use encantar.js?
18
 ## Why use encantar.js?
19
 
19
 

+ 1
- 1
docs/getting-started/index.md 查看文件

11
 * **AR everywhere**: encantar.js runs on Android, on iOS, and even on Desktop computers! Only a modern web browser is required.
11
 * **AR everywhere**: encantar.js runs on Android, on iOS, and even on Desktop computers! Only a modern web browser is required.
12
 * **Plugins**: use encantar.js with the 3D framework of your choice, including A-Frame, Babylon.js, Three.js and more!
12
 * **Plugins**: use encantar.js with the 3D framework of your choice, including A-Frame, Babylon.js, Three.js and more!
13
 * **Image tracking**: track detailed images such as book covers, cartoons and photos. No need of manual training!
13
 * **Image tracking**: track detailed images such as book covers, cartoons and photos. No need of manual training!
14
-* **Pointer tracking**: create interactive experiences based on touch, mouse and pen input with an easy-to-use interface.
14
+* **Pointer tracking**: create interactive experiences based on touch, mouse and pen input with an easy-to-use API.
15
 
15
 
16
 ## Why use encantar.js?
16
 ## Why use encantar.js?
17
 
17
 

+ 1
- 1
mkdocs.yml 查看文件

70
       - 'AR': 'api/ar.md'
70
       - 'AR': 'api/ar.md'
71
       - 'Session': 'api/session.md'
71
       - 'Session': 'api/session.md'
72
       - 'Frame': 'api/frame.md'
72
       - 'Frame': 'api/frame.md'
73
-      - 'Time': 'api/time.md'
73
+      - 'Time': 'api/time-manager.md'
74
       - 'Settings': 'api/settings.md'
74
       - 'Settings': 'api/settings.md'
75
       - 'Resolution': 'api/resolution.md'
75
       - 'Resolution': 'api/resolution.md'
76
     - 'Trackers':
76
     - 'Trackers':

Loading…
取消
儲存