Properties:
color
(type: color) — default: whiteAdd ambient light to the scene.
{
"type": "ambient",
"color": [1, 0.5, 0] // add orange light to the scene
}
{
"type": "ambient",
"color": [1, 0, 1] // add purple light to the scene
}