Skip to content

Commit

Permalink
Remove info message
Browse files Browse the repository at this point in the history
The pipeline may also be used to render directly to the canvas in which case inline tone mapping is appropriate.
  • Loading branch information
vanruesc committed Jun 28, 2024
1 parent 120988c commit 9bb9816
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/core/RenderPipeline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,6 @@ export class RenderPipeline implements Disposable, Renderable, Resizable {

if(value !== null) {

if(value.toneMapping !== NoToneMapping) {

console.info("Consider using a ToneMappingEffect instead of inline tone mapping");

}

// Clearing will be done with ClearPass instances.
value.autoClear = false;

Expand Down

0 comments on commit 9bb9816

Please sign in to comment.