For the complete documentation index, see llms.txt. This page is also available as Markdown.

RoomleConfigurator.Internal.LightSource

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new LightSource(lightSamples)

Parameters

Name
Type

lightSamples

LightSample[]

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

Last updated