Skip to main content

Sunlight

Syntax

REAL.SunLight(scene, options)

Options

ParameterTypeRequired
targetbooleanNo
intensitynumberNo
shadowEnabledbooleanNo
diffusenumber | string | BABYLON.Color3No

Example

import * as REAL from "real_api_bbl";

const options = {
intensity: 2,
shadowEnabled: true,
diffuse: new BABYLON.Color3(0.66, 0.56, 0.2)
}
const light = new REAL.SunLight(scene, options);