Skip to content

Commit

Permalink
Examples: webgl_postprocessing_hbao - remove cosine-weight the hemisp…
Browse files Browse the repository at this point in the history
…here (#684)
  • Loading branch information
Methuselah96 authored Nov 18, 2023
1 parent a439375 commit bdef026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/three/examples/jsm/shaders/HBAOShader.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const HBAOShader: {
SAMPLE_VECTORS: string;
NORMAL_VECTOR_TYPE: number;
DEPTH_VALUE_SOURCE: number;
COSINE_SAMPLE_HEMISPHERE: number;
SAMPLING_FROM_NOISE: number;
};
uniforms: {
tNormal: IUniform;
Expand Down

0 comments on commit bdef026

Please sign in to comment.