Function: toEstimatedLighting()
function toEstimatedLighting(estimate: XrLightEstimateLike): EstimatedLighting;
Defined in: threejs-environment/src/light-estimate.ts:98
One estimate, as the slots it is allowed to take over.
A member is present only when the runtime actually measured it, which is the
difference the director needs: an omitted slot keeps whatever the app asked
for, and an explicit null means the room really is that dark.
Parameters
| Parameter | Type |
|---|---|
estimate | XrLightEstimateLike |