Skip to content

Commit

Permalink
✨ fix(app): use glb model for image marker
Browse files Browse the repository at this point in the history
  • Loading branch information
gerdesque committed Aug 17, 2024
1 parent ad13bee commit 5739c87
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions image.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<h1>Scan <a href="https://raw.githack.com/AR-js-org/AR.js/master/aframe/examples/image-tracking/nft/trex-image-big.jpeg">this picture</a> to see content through the camera.</h1>
</div>
<a-scene
gltf-model="dracoDecoderPath: https://www.gstatic.com/draco/versioned/decoders/1.5.7/"
vr-mode-ui="enabled: false;"
renderer="logarithmicDepthBuffer: true;"
embedded arjs='trackingMethod: best; sourceType: webcam; debugUIEnabled: false;'>
Expand All @@ -27,7 +26,7 @@ <h1>Scan <a href="https://raw.githack.com/AR-js-org/AR.js/master/aframe/examples
type='nft' url='assets/image'
smooth='true' smoothCount='10' smoothTolerance='0.01' smoothThreshold='5'>
<a-entity
gltf-model='assets/bridge-v2-draco.gltf'
gltf-model='assets/bridge-v2.glb'
scale="5 5 5"
position="0 0 0"
>
Expand Down

0 comments on commit 5739c87

Please sign in to comment.