小编Yon*_*ock的帖子

如何使用AR.js删除警报'trackingBackend'和'markersAreaEnabled'?

在我的AR.JS示例https://github.com/ybinstock/aframe_ar (github) https://ybinstock.github.io/aframe_ar(实时网站)上,我在附图中看到了这两个框.

在此输入图像描述

这是我的aframe场景

<a-scene embedded arjs>

  <a-assets>
    <a-asset-item id="drone" src="busterDrone/busterDrone.gltf"></a-asset-item>
    <a-asset-item id="helmet" src="damagedHelmet/damagedHelmet.gltf"></a-asset-item>
    <a-asset-item id="skull" src="skull_downloadable/scene.gltf"></a-asset-item>
  </a-assets>


    <a-marker-camera preset='hiro'>

      <a-entity gltf-model-next="#drone"></a-entity>



    </a-marker-camera>


</a-scene>
Run Code Online (Sandbox Code Playgroud)

javascript augmented-reality ar.js

5
推荐指数
2
解决办法
4025
查看次数

标签 统计

ar.js ×1

augmented-reality ×1

javascript ×1