UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

10 lines 334 B
/** * * @param {LightProbeVolume} volume * @param {number} size * @param {boolean} shadow * @returns {EntityNode} */ export function lpv_visualize_probes({ volume, size, shadow }: LightProbeVolume): EntityNode; import { EntityNode } from "../../../../ecs/parent/EntityNode.js"; //# sourceMappingURL=lpv_visualise_probes.d.ts.map