Skip to content

Commit

Permalink
Optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 committed Jul 1, 2023
1 parent bdcb74b commit 3303ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/three/examples/jsm/postprocessing/OutputPass.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { ToneMapping } from '../../../src/constants';
import { Pass, FullScreenQuad } from './Pass';

export class OutputPass extends Pass {
constructor(toneMapping: ToneMapping, toneMappingExposure: number);
constructor(toneMapping?: ToneMapping, toneMappingExposure?: number);
uniforms: object;
material: ShaderMaterial;
fsQuad: FullScreenQuad;
Expand Down

0 comments on commit 3303ece

Please sign in to comment.