UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

10 lines 360 B
/** * * @param {ImpostorDescription} impostor * @param {THREE.WebGLRenderer} renderer * @param {'albedo'|'normal'|'depth'|'alpha'} [mode] * @param {boolean} [show_grid] * @return {View} */ export function makeImpostorAtlasPreview({ impostor, renderer, mode, show_grid }: ImpostorDescription): View; //# sourceMappingURL=makeImpostorAtlasPreview.d.ts.map