question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature Request: sRGBPass for EffectComposer

See original GitHub issue

I’m in need of a post process pass that does the same thing as renderer.outputEncoding = THREE.sRGBEncoding.

To be used like so:

composer.addPass(renderPass);
composer.addPass(outlinePass);
composer.addPass(new THREE.sRGBPass())

See https://discourse.threejs.org/t/srgb-encoding-as-a-postprocess-pass/12278/4

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:7

github_iconTop GitHub Comments

1reaction
donmccurdycommented, Jan 25, 2020

Thanks, #18477 looks good for now I agree.

1reaction
Mugen87commented, Jan 24, 2020

Maybe something like EncodingPass or ColorSpacePass which can be configured similar to WebGLRenderer.outputEncoding. Default would be sRGB.

Read more comments on GitHub >

github_iconTop Results From Across the Web

EffectComposer – three.js docs
Used to implement post-processing effects in three.js. The class manages a chain of post-processing passes to produce the final visual result. Post-processing ...
Read more >
EffectComposer | postprocessing
A post processing library that provides the means to implement image filter effects for three.js.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found