UNPKG

@luma.gl/engine

Version:

3D Engine Components for luma.gl

7 lines 381 B
import { Device } from '@luma.gl/core'; import { BaseLightModel, type SpotLightModelProps } from "./light-model-utils.js"; export type { SpotLightModelProps } from "./light-model-utils.js"; export declare class SpotLightModel extends BaseLightModel<SpotLightModelProps> { constructor(device: Device, props: SpotLightModelProps); } //# sourceMappingURL=spot-light-model.d.ts.map