UNPKG

threepipe

Version:

A 3D viewer framework built on top of three.js in TypeScript with a focus on quality rendering, modularity and extensibility.

8 lines 278 B
export {}; // export type ILightEventTypes = IObject3DEventTypes | 'lightUpdate'// | string // export type ILightEvent = Omit<IObject3DEvent, 'type'> & { // type: ILightEventTypes // light?: ILight | null // // change?: string // } //# sourceMappingURL=ILight.js.map