HemisphereLights Class

Describes a pair of hemisphere lights associated with a LightSettings.

@see HemisphereLightsProps

Methods

Name Description
constructor(json?: HemisphereLightsProps): HemisphereLights    
clone(changed?: HemisphereLightsProps): HemisphereLights Create a copy of these lights, identical except for any properties explicitly specified by changed.  
equals(rhs: HemisphereLights): boolean    
toJSON(): undefined | HemisphereLightsProps    

Properties

Name Type Description
intensity Readonly number    
lowerColor Readonly RgbColor    
upperColor Readonly RgbColor    

Defined in

Last Updated: 28 March, 2024