飞机原始创建平面。它是一个实体规定几何元素 geometry 的几何平面plane
.
例子
<a-scene>
<a-assets>
<img id="ground" src="ground.jpg">
</a-assets>
<!-- Basic plane. -->
<a-plane color="#CCC" height="20" width="20"></a-plane>
<!-- Textured plane. -->
<a-plane src="#ground" height="100" width="100"></a-plane>
</a-scene>
属性
请注意,飞机原始网格属性继承常见 mesh attributes.。
属性 | 组件映射 | 默认值 |
---|---|---|
height | geometry.height | 1 |
width | geometry.width | 1 |