@@ -103,7 +103,7 @@ Please follow these simple steps:
103103 </div >
104104 <a-scene
105105 vr-mode-ui =" enabled: false;"
106- renderer =" logarithmicDepthBuffer: true;"
106+ renderer =" logarithmicDepthBuffer: true; precision: medium; "
107107 embedded
108108 arjs =" trackingMethod: best; sourceType: webcam;debugUIEnabled: false;"
109109 >
@@ -119,7 +119,7 @@ Please follow these simple steps:
119119 <a-entity
120120 gltf-model =" your-server/https://raw.githack.com/AR-js-org/AR.js/master/aframe/examples/image-tracking/nft/trex/scene.gltf"
121121 scale =" 5 5 5"
122- position =" 50 150 0 "
122+ position =" 150 300 -100 "
123123 >
124124 </a-entity >
125125 </a-nft >
@@ -186,7 +186,7 @@ Please follow this simple steps:
186186 <a-marker preset =" hiro" >
187187 <!-- we use cors proxy to avoid cross-origin problems ATTENTION! you need to set up your server -->
188188 <a-entity
189- position =" 0 -1 0"
189+ position =" 0 0 0"
190190 scale =" 0.05 0.05 0.05"
191191 gltf-model =" your-server/https://raw.githack.com/AR-js-org/AR.js/master/aframe/examples/image-tracking/nft/trex/scene.gltf"
192192 ></a-entity >
@@ -253,10 +253,10 @@ Some things that will increase the chance that your pull request is accepted:
253253
254254## Licenses
255255
256- It is ** all open-source** ! jsartoolkit5 is under LGPLv3 license and additional permission.
256+ It is ** all open-source** ! artoolkit5-js is under LGPLv3 license and additional permission.
257257And all my code in the AR.js repository is under MIT license. :)
258258
259- For legal details, be sure to check [ jsartoolkit5 license] ( https://github.com/artoolkitx/jsartoolkit5 /blob/master/LICENSE.txt )
259+ For legal details, be sure to check [ artoolkit5-js license] ( https://github.com/AR-js-org/artoolkit5-js /blob/master/LICENSE )
260260and [ AR.js license] ( https://github.com/AR-js-org/AR.js/blob/master/LICENSE ) .
261261
262262Full Changelog: [ AR.js changelog] ( https://github.com/AR-js-org/AR.js/blob/master/CHANGELOG.md )
0 commit comments