(2) objects in one scene, gui in another
I want to render my GUI in a single scene. Everything seems fine when I turn on the ImageProcessing effect in the objects scene.
https://playground.babylonjs.com/#FGNB5A#4
But things get weird when I change other effect in the DefaultRenderingPipeline like the Samples or Bloom after the GUI scene is created. The objects are much more brighter than before.
Thanks for the reply. The clear color is OK now! About the other one, I can only change the property of DefaultRenderingPipeline before the GUI scene is created, right? Will this issue be fixed later?