瀏覽代碼

Docs: small changes

customisations
alemart 7 月之前
父節點
當前提交
049ae58579
共有 3 個檔案被更改,包括 3 行新增3 行删除
  1. 1
    1
      docs/api/plugin-babylon.md
  2. 1
    1
      docs/api/plugin-three.md
  3. 1
    1
      docs/tutorial/next-steps.md

+ 1
- 1
docs/api/plugin-babylon.md 查看文件

10
 
10
 
11
 The following diagram shows, in a simplified manner, the lifecycle of an AR experience. The rectangular blocks represent methods of your [ARDemo](#ardemo). Function [encantar](#encantar) starts the magic.
11
 The following diagram shows, in a simplified manner, the lifecycle of an AR experience. The rectangular blocks represent methods of your [ARDemo](#ardemo). Function [encantar](#encantar) starts the magic.
12
 
12
 
13
-![Lifecycle of an AR experience](/img/lifecycle-plugin.png)
13
+![Lifecycle of an AR experience](../img/lifecycle-plugin.png)
14
 
14
 
15
 !!! tip
15
 !!! tip
16
 
16
 

+ 1
- 1
docs/api/plugin-three.md 查看文件

8
 
8
 
9
 The following diagram shows, in a simplified manner, the lifecycle of an AR experience. The rectangular blocks represent methods of your [ARDemo](#ardemo). Function [encantar](#encantar) starts the magic.
9
 The following diagram shows, in a simplified manner, the lifecycle of an AR experience. The rectangular blocks represent methods of your [ARDemo](#ardemo). Function [encantar](#encantar) starts the magic.
10
 
10
 
11
-![Lifecycle of an AR experience](/img/lifecycle-plugin.png)
11
+![Lifecycle of an AR experience](../img/lifecycle-plugin.png)
12
 
12
 
13
 <pre style="display:none">
13
 <pre style="display:none">
14
 mermaid
14
 mermaid

+ 1
- 1
docs/tutorial/next-steps.md 查看文件

18
         );
18
         );
19
     }
19
     }
20
 
20
 
21
-    AR.Settings.powerPreference = 'low-power'; // OPTIONAL
21
+    AR.Settings.powerPreference = 'low-power'; // optional
22
 
22
 
23
     const tracker = AR.Tracker.Image();
23
     const tracker = AR.Tracker.Image();
24
     await tracker.database.add([{
24
     await tracker.database.add([{

Loading…
取消
儲存