UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines 234 B
/** * * @param {number} resolution * @returns {DataTexture} */ export function makeOctahedralDepthAtlas(resolution?: number): DataTexture; import { DataTexture } from "three"; //# sourceMappingURL=makeOctahedralDepthAtlas.d.ts.map