For configuring lights in a scene
lightingOptions
const options: lightingOptions = { fog: 1.3, ambient: 0.2 } Copy
const options: lightingOptions = { fog: 1.3, ambient: 0.2 }
Optional
Ambient lighting of the scene, default is 0.2
Changes how light spreads, default is 1.3
Generated using TypeDoc
For configuring lights in a scene
lightingOptions
Example