UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines 280 B
/** * Useful tool for previewing textures * @param {THREE.Texture} texture * @param {number} resolution * @param {boolean} flipY */ export function debug_preview_texture({ texture, resolution, flipY }: THREE.Texture): void; //# sourceMappingURL=debug_preview_texture.d.ts.map