UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

11 lines 474 B
/** * * @param {Engine} engine * @param {string} path * @param {LightProbeVolume} [volume] * @param {number} [density] only used when building mesh, if loading this parameter is ignored * @return {Promise<LightProbeVolume>} */ export function lpv_obtain_storage_cached_volume({ engine, path, volume, density }: Engine): Promise<LightProbeVolume>; import { LightProbeVolume } from "./LightProbeVolume.js"; //# sourceMappingURL=lpv_obtain_storage_cached_volume.d.ts.map