Skip to content

Commit

Permalink
Update fogExp2 parameter in WebGLPrograms
Browse files Browse the repository at this point in the history
  • Loading branch information
vanruesc committed Dec 26, 2023
1 parent 40ce173 commit 3ae5621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/three/src/renderers/webgl/WebGLPrograms.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export interface WebGLProgramParameters {

fog: boolean;
useFog: boolean;
fogExp2: boolean | null; // null is possible because of a bug: ( fog && fog.isFogExp2 )
fogExp2: boolean;

flatShading: boolean;

Expand Down

0 comments on commit 3ae5621

Please sign in to comment.