@polygonjs/polygonjs
Version:
node-based WebGL 3D engine https://polygonjs.com
12 lines (11 loc) • 526 B
TypeScript
/**
* Imports an HDR 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 ImageHDRCopNode_base: typeof import("./utils/image/_BaseImage").copImageNodeFactoryFactoryResult;
export declare class ImageHDRCopNode extends ImageHDRCopNode_base {
}
export {};