A-Frame中文教程

<a-box>

The box primitive creates shapes such as boxes, cubes, or walls.

Example

<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>

Attributes

AttributeComponent MappingDefault Value
ambient-occlusion-mapmaterial.ambientOcclusionMapNone
ambient-occlusion-map-intensitymaterial.ambientOcclusionMapIntensity1
ambient-occlusion-texture-offsetmaterial.ambientOcclusionTextureOffset0 0
ambient-occlusion-texture-repeatmaterial.ambientOcclusionTextureRepeat1 1
colormaterial.color#FFF
depthgeometry.depth1
displacement-biasmaterial.displacementBias0.5
displacement-mapmaterial.displacementMapNone
displacement-scalematerial.displacementScale1
displacement-texture-offsetmaterial.displacementTextureOffset0 0
displacement-texture-repeatmaterial.displacementTextureRepeat1 1
env-mapmaterial.envMapNone
fogmaterial.fogtrue
heightmaterial.height256
metalnessmaterial.metalness0
normal-mapmaterial.normalMapNone
normal-scalematerial.normalScale1 1
normal-texture-offsetmaterial.normalTextureOffset0 0
normal-texture-repeatmaterial.normalTextureRepeat1 1
repeatmaterial.repeat1 1
roughnessmaterial.roughness0.5
segments-depthgeometry.segmentsDepth1
segments-heightgeometry.segmentsHeight1
segments-widthgeometry.segmentsWidth1
spherical-env-mapmaterial.sphericalEnvMapNone
srcmaterial.srcNone
widthmaterial.width512
wireframematerial.wireframefalse
wireframe-linewidthmaterial.wireframeLinewidth2