Interface: XrLightEstimateLike
Defined in: threejs-environment/src/xr.ts:29
One XRLightEstimate. The three products WebXR's light estimation makes.
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
primaryLightDirection? | readonly | { x: number; y: number; z: number; } | Points TOWARD the brightest light. | threejs-environment/src/xr.ts:33 |
primaryLightDirection.x | readonly | number | - | threejs-environment/src/xr.ts:34 |
primaryLightDirection.y | readonly | number | - | threejs-environment/src/xr.ts:34 |
primaryLightDirection.z | readonly | number | - | threejs-environment/src/xr.ts:34 |
primaryLightIntensity? | readonly | { x: number; y: number; z: number; } | Linear RGB, unbounded. | threejs-environment/src/xr.ts:37 |
primaryLightIntensity.x | readonly | number | - | threejs-environment/src/xr.ts:38 |
primaryLightIntensity.y | readonly | number | - | threejs-environment/src/xr.ts:38 |
primaryLightIntensity.z | readonly | number | - | threejs-environment/src/xr.ts:38 |
sphericalHarmonicsCoefficients? | readonly | ArrayLike<number> | 27 floats, 9 coefficients of 3 channels. Only the first 3 are read here. | threejs-environment/src/xr.ts:31 |