在谷歌浏览器中的Android手机上不起作用

时间:2020-01-03 19:11:12

标签: aframe

在VR摄像头模式下无法在谷歌浏览器的Android手机和Android Studio中的WebView应用程序中运行。它正常工作。还请注意,游标在1.0.1版本中不能在1.0.3版本中工作。我附上一个例子。在这里不起作用。

<a-scene background="color: #FAFAFA">
  <a-assets>
    <img id="room1" src="img/pano_1.jpg">
  </a-assets>
  <!-- room teleport hotspots -->

  <a-entity id="cam" camera="fov:80" position="0 1.6 0" look-controls
            animation__zoomin="property:camera.fov;dur:5000;delay:5000;to:40"
            animation__zoomout="property:camera.fov;dur:10;delay:10000;to:80">
  </a-entity>
  <a-sky id="skybox" src="#room1"></a-sky>
</a-scene>

0 个答案:

没有答案