@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
13 lines • 380 B
TypeScript
export class VLPDepthMapVisualisation {
/**
*
* @param {LightProbeVolume} lpv
* @returns {VLPDepthMapVisualisation}
*/
static from(lpv: LightProbeVolume): VLPDepthMapVisualisation;
set volume(lpv: any);
build(): Entity;
}
import Entity from "../../../../../../ecs/Entity.js";
//# sourceMappingURL=VLPDepthMapVisualisation.d.ts.map