Hello Doctor,
Using DefaultRenderingPipeline. ImageProcessing and scene. What is the difference between imageProcessingConfiguration?
Choose which one is better?
@PolygonalSun
The scene’s imageProcessingConfiguration
can apply the image processing effects directly to the materials during rendering, while the ImageProcessing
post-process is, well, a post-process, so it’s applied to the 2D image that is result of the rendering. One isn’t always better than the other, as they suit different situations. But generally, if you don’t need any other post-process, I’d use the scene one, as then you avoid entirely having to use post-processes.
1 Like
Hello @a-wit just checking in if you’d like any more help with this.