UNPKG

@spearwolf/twopoint5d

Version:

a library to create 2.5d realtime graphics and pixelart with three.js

6 lines 269 B
import type { RenderPass } from 'three/addons/postprocessing/RenderPass.js'; export interface IGetRenderPass { getRenderPass(): RenderPass; } export declare const hasGetRenderPass: (obj: object) => obj is IGetRenderPass; //# sourceMappingURL=IGetRenderPass.d.ts.map