<a-scene id="ascene" landing-page xrextras-loading="loadImage:#spinner;" xrextras-runtime-error
  xrextras-gesture-detector xrweb renderer="colorManagement: true" xrconfig="allowedDevices: any;">

  <a-assets>
    <a-assets-item id="cube" src="cube.glb"></a-assets-item>
  </a-assets>

  <a-entity light="type:directional; castShadow:true; color:white; intensity:0.7" position="5 10 7"></a-entity>
  <a-entity light="type:ambient; color:white; intensity:0.5"></a-entity>

  <a-camera id="camera" position="0 2 2" raycaster="objects: .cantap"
    cursor="fuse: false; rayOrigin: mouse;"></a-camera>

  <a-plane id="cursor" rotation="-90 0 0" scale="2 2 2" position="0 0 0" placement-component>
  </a-plane>

  <a-entity id="target" gltf-model="#cube" visible="false" rotation="0 0 0" position="0 0 0" scale="1 1 1"
    class="cantap" shadow="receive: false">
  </a-entity>

  <a-box id="ground" scale="1000 2 1000" position="0 -1 0" material="shader:shadow;" shadow>

</a-scene>