BakeLightContribution
BakeLightContribution = {
ambient?:undefined;lamp:BakeLight; } | {ambient: [number,number,number];lamp?:undefined; }
Defined in: lightmap/lights.ts:29
A lamp the bake places, or a contribution to the light from no direction.