Просмотр исходного кода

Docs: small changes

customisations
alemart 7 месяцев назад
Родитель
Сommit
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,7 +10,7 @@ Documentation of the [babylon.js](https://www.babylonjs.com){ ._blank } plugin.
10 10
 
11 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 15
 !!! tip
16 16
 

+ 1
- 1
docs/api/plugin-three.md Просмотреть файл

@@ -8,7 +8,7 @@ Documentation of the [three.js](https://threejs.org){ ._blank } plugin. Study th
8 8
 
9 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 13
 <pre style="display:none">
14 14
 mermaid

+ 1
- 1
docs/tutorial/next-steps.md Просмотреть файл

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

Загрузка…
Отмена
Сохранить