Почему не работает код?
<script
src="https://cdn.rawgit.com/jeromeetienne/AR.js/1.5.0/aframe/examples/vendor/aframe/build/aframe.min.js"></script>
<script src="https://cdn.rawgit.com/jeromeetienne/AR.js/1.5.0/aframe/build/aframe-ar.js"></script>
<body style="margin : 0px; overflow: hidden;">
<a-scene embedded arjs="sourceType: webcam;">
<a-assets>
<a-asset-item id="crate-obj" src="https://ar.h1n.ru/BMW.obj"></a-asset-item>
<a-asset-item id="crate-mtl" src="https://ar.h1n.ru/BMW.mtl"></a-asset-item>
</a-assets>
<!-- Adding an OBJ file to an AR Project-->
<!--<a-entity obj-model="obj: url(https://ar.h1n.ru/BMW.obj);"> </a-entity>-->
<a-obj-model src="#crate-obj" mtl="#crate-mtl" position="0 0 0"></a-obj-model>
<a-marker-camera preset='hiro'></a-marker-camera>
<a-camera-static />
</a-scene>
</body>
как его починить?
или как jltf модель разместить?