Skip to content

Commit

Permalink
Update AdaptiveLuminanceMaterial.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
vanruesc committed Mar 30, 2024
1 parent 9773f78 commit f87d1f7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/materials/AdaptiveLuminanceMaterial.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ export class AdaptiveLuminanceMaterial extends FullscreenMaterial {
minLuminance: new Uniform(0.01),
deltaTime: new Uniform(0.0),
tau: new Uniform(1.0)
},
extensions: {
shaderTextureLOD: true
}
});

Expand Down

0 comments on commit f87d1f7

Please sign in to comment.