Skip to content

Commit

Permalink
Fixed wrong type in SSAOPass constructor (#748)
Browse files Browse the repository at this point in the history
Co-authored-by: Jesus Zarzoso <[email protected]>
  • Loading branch information
j-zarzoso and Jesus Zarzoso authored Jan 16, 2024
1 parent 1d13a83 commit a954798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/three/examples/jsm/postprocessing/SSAOPass.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export class SSAOPass extends Pass {
scene: Scene;
camera: Camera;
width: number;
height: boolean;
height: number;
clear: boolean;
kernelRadius: number;
kernel: Vector3[];
Expand Down

0 comments on commit a954798

Please sign in to comment.