Hey!
Are there any alternatives to creating a separate scene for the GUI to eliminate artifacts from the GUI controls?
Frame graph!!! THis is the perfect candidate
1 Like
Frame graph is not yet possible because SSAO2 is not yet supported. In the meantime, you should be able to create an additional camera, which will only render the GUI. See https://playground.babylonjs.com/#GAFR36#0 for an example.
1 Like
I haven’t had time to try out that new cool stuff yet
I didn’t want to deal with layerMask
, so I opted for two scenes, which worked for me but I was curious if there’s a simpler solution available.
Anyway, thanks a lot for your responses, guys!