Hemisphere Light
Hemisphere Light
The Hemisphere Light works the same as the Ambient Light, but with two different colors, one from above (color) and one from below (groundColor):
<a-light type="hemisphere" color="#BBB" intensity="1" light="groundColor:#0F0"></a-light>
Hemisphere Light with the two parameters for the light above and below. It seems that in the current Version 0,.7 of A-Frame the following syntax is not supported:
<a-light type="hemisphere" color="#BBB" intensity="1" groundColor="#0F0"></a-light>
Previous TopicNext Topic