|
@@ -2,7 +2,7 @@
|
2
|
2
|
|
3
|
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
|
7
|
## What is WebAR?
|
8
|
8
|
|
|
@@ -20,6 +20,10 @@ encantar.js uses a right-handed coordinate system with the Z-axis pointing "up".
|
20
|
20
|
|
21
|
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
|
27
|
## I am enchanted!
|
24
|
28
|
|
25
|
29
|
I know! :wink:
|