Skip to content

Commit

Permalink
Update fogExp2 parameter in WebGLPrograms (#736)
Browse files Browse the repository at this point in the history
mrdoob/three.js#27430

Co-authored-by: Nathan Bierema <nbierema@gmail.com>
  • Loading branch information
vanruesc and Methuselah96 committed Jan 9, 2024
1 parent 6b3a3ef commit cf2d6bf
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 cf2d6bf

Please sign in to comment.