Slide In Animation When Switching Scenes

If you want the 2 scenes to be visible at the same time, you’ll need to render to a texture and then mix it with a full screen quad (post process)
if you only need a transition effect, a single post process should do the work.
Like the vignette post process and an animated weight
https://www.babylonjs-playground.com/#J9H084#11

1 Like