<a-box>

盒子原始,原名<a-cube>创建形状如箱、立方体或墙壁。是一个实体规定的几何 geometry几何原始的盒子box

例子

<a-assets>
  <img id="texture" src="texture.png">
</a-assets>

<!-- Basic box. -->
<a-box color="tomato" depth="2" height="4" width="0.5"></a-box>

<!-- Textured box. -->
<a-box src="#texture"></a-box>

属性

注意盒子基本继承了常见的网格属性mesh attributes.

属性 组件映射 默认值
depth(深度) geometry.depth(geometry几何) 1
height(高度) geometry.height 1
width(宽度) geometry.width 1