@tresjs/post-processing
Version:
Post-processing library for TresJS
15 lines (14 loc) • 663 B
TypeScript
import { UnrealBloomPass } from 'three/examples/jsm/postprocessing/UnrealBloomPass.js';
export interface UnrealBloomProps {
radius?: number;
strength?: number;
threshold?: number;
}
declare const _default: import('vue').DefineComponent<UnrealBloomProps, {
pass: import('vue').ShallowRef<UnrealBloomPass>;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<UnrealBloomProps> & Readonly<{}>, {
strength: number;
radius: number;
threshold: number;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
export default _default;