UNPKG

playcanvas

Version:

Open-source WebGL/WebGPU 3D engine for the web

7 lines (6 loc) 242 B
export class BakeLightSimple extends BakeLight { constructor(lightmapper: any, light: any); get numVirtualLights(): any; prepareVirtualLight(index: any, numVirtualLights: any): void; } import { BakeLight } from './bake-light.js';