hiukim / mind-ar-js

Web Augmented Reality. Image Tracking, Face Tracking. Tensorflow.js
MIT License
2.12k stars 391 forks source link

Can I show two glb models ? #495

Open LiZhenzhuBlog opened 5 months ago

LiZhenzhuBlog commented 5 months ago
      <a-entity mindar-image-target="targetIndex: 0">
          <a-gltf-model rotation="0 45 0 " position="0 -0.25 0" scale="0.03 0.03 0.03" src="#vetri" animation-mixer>
          <a-gltf-model rotation="0 0 0 " position="0 -0.25 0" scale="0.03 0.03 0.03" src="#vetri2" animation-mixer>
      </a-entity>

why just one in the scene