瀏覽代碼

Update texts

customisations
alemart 10 月之前
父節點
當前提交
fa4914b6e5
共有 3 個文件被更改,包括 7 次插入3 次删除
  1. 1
    1
      README.md
  2. 5
    1
      docs/faq.md
  3. 1
    1
      docs/getting-started/index.md

+ 1
- 1
README.md 查看文件

16
 
16
 
17
 ## Why use encantar.js?
17
 ## Why use encantar.js?
18
 
18
 
19
-* **Device-agnostic**: no need of AR-capable devices. encantar.js runs in all modern web browsers. It's AR built from scratch.
19
+* **Device-agnostic**: no need of AR-capable devices. encantar.js runs in all modern web browsers. It's AR built from scratch with computer vision.
20
 * **Fast and powerful**: encantar.js is GPU-accelerated. It uses WebGL2 and WebAssembly for turbocharged performance.
20
 * **Fast and powerful**: encantar.js is GPU-accelerated. It uses WebGL2 and WebAssembly for turbocharged performance.
21
 * **No need to download apps**: encantar.js is a WebAR engine. Users can access the AR experiences immediately.
21
 * **No need to download apps**: encantar.js is a WebAR engine. Users can access the AR experiences immediately.
22
 * **Easy to get started**: encantar.js can be used with a `<script>` tag in your page. A static HTML page is enough to get started.
22
 * **Easy to get started**: encantar.js can be used with a `<script>` tag in your page. A static HTML page is enough to get started.

+ 5
- 1
docs/faq.md 查看文件

2
 
2
 
3
 ## What is encantar.js?
3
 ## What is encantar.js?
4
 
4
 
5
-encantar.js is a standalone GPU-accelerated Augmented Reality engine for the web. The name derives from the Portuguese and Spanish word _encantar_, which means: to enchant, to delight, to love, to fascinate, to put a magical spell on someone or something. :sparkles:
5
+encantar.js is a standalone GPU-accelerated Augmented Reality engine for the web. The name is derived from the Portuguese and Spanish word _encantar_, which means: to enchant, to delight, to love, to fascinate, to put a magical spell on someone or something. :sparkles:
6
 
6
 
7
 ## What is WebAR?
7
 ## What is WebAR?
8
 
8
 
20
 
20
 
21
     Fixing the orientation of the model is the preferred solution. However, you can also fix the issue with code: add a node (entity) to the scene graph and make it rotate its children by 90 degrees around the x-axis.
21
     Fixing the orientation of the model is the preferred solution. However, you can also fix the issue with code: add a node (entity) to the scene graph and make it rotate its children by 90 degrees around the x-axis.
22
 
22
 
23
+## Can I increase the resolution of the tracking?
24
+
25
+Yes. You can increase the [resolution of the tracker](api/image-tracker.md#instantiation), as well as the [resolution of the camera](api/camera-source.md#instantiation), using the API. You can also increase the resolution of the rendered virtual scene by setting the [resolution of the viewport](api/viewport.md#instantiation). Performance is affected by various factors such as upload times (GPU). Test your AR experience on your target devices to find a good balance between performance and increased resolution.
26
+
23
 ## I am enchanted!
27
 ## I am enchanted!
24
 
28
 
25
 I know! :wink:
29
 I know! :wink:

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

14
 
14
 
15
 ## Why use encantar.js?
15
 ## Why use encantar.js?
16
 
16
 
17
-* **Device-agnostic**: no need of AR-capable devices. encantar.js runs in all modern web browsers. It's AR built from scratch.
17
+* **Device-agnostic**: no need of AR-capable devices. encantar.js runs in all modern web browsers. It's AR built from scratch with computer vision.
18
 * **Fast and powerful**: encantar.js is GPU-accelerated. It uses WebGL2 and WebAssembly for turbocharged performance.
18
 * **Fast and powerful**: encantar.js is GPU-accelerated. It uses WebGL2 and WebAssembly for turbocharged performance.
19
 * **No need to download apps**: encantar.js is a WebAR engine. Users can access the AR experiences immediately.
19
 * **No need to download apps**: encantar.js is a WebAR engine. Users can access the AR experiences immediately.
20
 * **Easy to get started**: encantar.js can be used with a `<script>` tag in your page. A static HTML page is enough to get started.
20
 * **Easy to get started**: encantar.js can be used with a `<script>` tag in your page. A static HTML page is enough to get started.

Loading…
取消
儲存