- Home /
fade between static cameras
How can fade or cross fade between several different cameras in the scene ? given that all cameras are static?
Thanks
Comment
Answer by rhys_vdw · Oct 17, 2012 at 07:35 AM
You must first copy the screen pixels to a texture, and then fade that texture. Here is a scrip by Eric Haines that does this.
Answer by Jaap Kreijkamp · Dec 11, 2009 at 01:39 AM
See scripts in unifywiki, under camera's section there are several fade in/out effects.
Answer by LOOT · Jul 20, 2012 at 09:00 PM
Here is the C# version of that script. link text
screenwipe.zip
(7.1 kB)