UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

12 lines 309 B
/** * * @param {LightManager} lm * @param {Camera} camera * @returns {{mesh:Mesh, update:function}} */ export function buildLightClusterWidget(lm: LightManager, camera: Camera): { mesh: Mesh; update: Function; }; import { Mesh } from "three"; //# sourceMappingURL=buildLightClusterWidget.d.ts.map