Plane Object
<a-plane>
The plane primitive creates flat surfaces.
To make a plane parallel to the ground or make a plane the ground itself, rotate it around the X-axis:
<a-plane rotation="-90 0 0"></a-plane>
Sometimes only one side of the plane is visible. To change this behavior use the attribute side="double"
.
To use transparent images use transparent=true