UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines 236 B
/** * Uint32 * @param {number} resolution * @returns {DataTexture3D} */ export function makeLookupTexture3D(resolution: number): DataTexture3D; import { DataTexture3D } from "three"; //# sourceMappingURL=makeLookupTexture3D.d.ts.map