exemples : default | disable | ambiant | directional | hemisphere | point | spot | spot_target | shadow
<a-entity light="type: ambient; color: #CCC"></a-entity>
<a-entity light="type: directional; color: #EEE; intensity: 0.5" position="-1 1 0"></a-entity>
<a-light type="directional" position="0 0 0" rotation="-90 0 0" target="#directionaltarget">
<a-entity id="directionaltarget" position="0 0 -1"></a-entity>
</a-light>
<a-entity light="type: hemisphere; color: #33C; groundColor: #3C3; intensity: 2">
</a-entity>
<a-entity light="type: point; intensity: 0.75; distance: 50; decay: 2" position="0 10 10">
</a-entity>
<a-entity light="type: spot; angle: 45"></a-entity>