hiukim / mind-ar-js

Web Augmented Reality. Image Tracking, Face Tracking. Tensorflow.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can I show two glb models ?

LiZhenzhuBlog opened this issue · comments

      <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