RoomleConfigurator.Internal.LightSource
configurator-core/src/roomle-configurator.internal.LightSource
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new LightSource(lightSamples)
Parameters
Name
Type
lightSamples
Properties
averageIntensity
• averageIntensity: number = 0
lightSamples
• Readonly lightSamples: LightSample[]
maxIntensity
• maxIntensity: number = 0
position
• position: Vector3
size
• size: number = 0
uv
• uv: Vector2
Methods
calculateLightSourceProperties
▸ calculateLightSourceProperties(luminanceFunction): void
Parameters
Name
Type
luminanceFunction
(uv: Vector2) => number
Returns
void
PreviousRoomleConfigurator.Internal.LightSampleNextRoomleConfigurator.Internal.LinearDepthRenderMaterial
Last updated