hiukim / mind-ar-js

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

How to show a model with no mindar-image-target="targetIndex: 0" #496

Open LiZhenzhuBlog opened 5 months ago

LiZhenzhuBlog commented 5 months ago
<a-camera position="0 0 0" look-controls="enabled: false"></a-camera>
 <a-plane color="blue" position="0 0 10" ></a-plane>

      <a-entity mindar-image-target="targetIndex: 0">
        <a-plane color="blue" opaciy="0.5" position="0 0 0" height="0.552" width="1" rotation="0 0 0"></a-plane>
      </a-entity>

I need a plane in the front of the camera


<a-camera position="0 0 0" look-controls="enabled: false"></a-camera>
 <a-plane color="blue" position="0 0 10" ></a-plane>

but nothing....