@tresjs/post-processing
Version:
Post-processing library for TresJS
13 lines (12 loc) • 669 B
TypeScript
import { PixelationEffect } from 'postprocessing';
export interface PixelationPmndrsProps {
/**
* The pixel granularity.
*/
granularity?: number;
}
declare const _default: import('vue').DefineComponent<PixelationPmndrsProps, {
pass: import('vue').ShallowRef<import('postprocessing').EffectPass | null>;
effect: import('vue').ShallowRef<PixelationEffect | null>;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<PixelationPmndrsProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
export default _default;