@tresjs/post-processing
Version:
Post-processing library for TresJS
21 lines (20 loc) • 777 B
TypeScript
import { BlendFunction, GridEffect } from 'postprocessing';
export interface GridPmndrsProps {
/**
* The blend function.
*/
blendFunction?: BlendFunction;
/**
* The scale.
*/
scale?: number;
/**
* The line width.
*/
lineWidth?: number;
}
declare const _default: import('vue').DefineComponent<GridPmndrsProps, {
pass: import('vue').ShallowRef<import('postprocessing').EffectPass | null>;
effect: import('vue').ShallowRef<GridEffect | null>;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<GridPmndrsProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
export default _default;