Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/visual-studio-2012/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Aframe 如何减小A帧360度图像大小_Aframe - Fatal编程技术网

Aframe 如何减小A帧360度图像大小

Aframe 如何减小A帧360度图像大小,aframe,Aframe,我想在a-scene的下面包括和标记 例如: <a-scene> <a-sky src="http://i.imgur.com/9zATQ6s.jpg" rotation="0 -130 0"></a-sky> <a-text font="kelsonsans" value="Puy de Sancy, France" width="6" position="-2.5 0.25 -1.5" rotation="0 1

我想在
a-scene
的下面包括
标记

例如:

    <a-scene>
  <a-sky src="http://i.imgur.com/9zATQ6s.jpg" rotation="0 -130 0"></a-sky>

  <a-text font="kelsonsans" value="Puy de Sancy, France" width="6" position="-2.5 0.25 -1.5"
          rotation="0 15 0"></a-text>
</a-scene>
<h1>test</h1>

测验

现在
test
在我的浏览器中不可见。如何显示
test
以及如何减小
a-scene
大小您可以使用a-Frame的嵌入组件来调整画布的大小:

/