UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

13 lines 380 B
export class VLPDepthMapVisualisation { /** * * @param {LightProbeVolume} lpv * @returns {VLPDepthMapVisualisation} */ static from(lpv: LightProbeVolume): VLPDepthMapVisualisation; set volume(lpv: any); build(): Entity; #private; } import Entity from "../../../../../../ecs/Entity.js"; //# sourceMappingURL=VLPDepthMapVisualisation.d.ts.map