UNPKG

@polygonjs/polygonjs

Version:

node-based WebGL 3D engine https://polygonjs.com

12 lines (11 loc) 529 B
/** * Imports a KTX2 image file. * * @remarks * Performance tip: If possible, try to set min filter to LinearFilter in order to avoid the generation of mipmaps. * [https://discourse.threejs.org/t/threejs-app-performance-point-click-game/18491](https://discourse.threejs.org/t/threejs-app-performance-point-click-game/18491) */ declare const ImageKTX2CopNode_base: typeof import("./utils/image/_BaseImage").copImageNodeFactoryFactoryResult; export declare class ImageKTX2CopNode extends ImageKTX2CopNode_base { } export {};