Hi All,
does anybody know how to make screen/canvas fade in/out?
thanks
rmdire
Hi All,
does anybody know how to make screen/canvas fade in/out?
thanks
rmdire
Yo could take a snapshot of the screen remove the scene add the image to the screen then slowly reduce the alpha of the image. dont see why the other way round would work too.
Draw a quad infront of the camera so the whole screen is covered. Adjust the color and alpha to fade to and from a color. The quad must be rendered last, so you’ll have to use an ordered group. You also wan’t to turn off z-read and write for the quad.