Create a hemispheric light in Babylon.js 2.0

Example of creating a hemospheric light in Babylon.js 2.0
light = new BABYLON.HemisphericLight("light1", new BABYLON.Vector3(0, 1, 0), scene);
light.intensity = .5;

Responses

0 Replies