Skip to content

BakeInputs

Defined in: lightmap/fingerprint.ts:19

Everything a bake reads, at the grain a fingerprint is taken of.

optional ambient?: readonly [number, number, number]

Defined in: lightmap/fingerprint.ts:40


lights: readonly BakeLight[]

Defined in: lightmap/fingerprint.ts:31


optional options?: BakeOptions

Defined in: lightmap/fingerprint.ts:41


optional reflections?: readonly readonly [number, number, number][]

Defined in: lightmap/fingerprint.ts:39

Where each reflection probe stands. A capture is a function of the POINT, so that is the whole of what one contributes to a bake.


surfaces: readonly object[]

Defined in: lightmap/fingerprint.ts:20


volumes: readonly object[]

Defined in: lightmap/fingerprint.ts:32