bakeLightOf
bakeLightOf(
authored,position,rotation):BakeLightContribution|null
Defined in: lightmap/lights.ts:46
One authored Light as the bake takes it, or null where it contributes nothing.
An Ambient light is not a fourth kind of lamp: it occupies no slot and aims nowhere, so it comes back as the term every surface receives.
Parameters
Section titled “Parameters”authored
Section titled “authored”AuthoredLight | undefined
position
Section titled “position”readonly [number, number, number]
rotation
Section titled “rotation”number
number
number
number
Returns
Section titled “Returns”BakeLightContribution | null