Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: wheretheidivides on May 29, 2014, 03:26:18 AM

Title: Semi transparent camera?
Post by: wheretheidivides on May 29, 2014, 03:26:18 AM
I have a mini map on a camera on the upper right part of the screen. Another camera is full screen. Is there a way to set the alpha or transparency of the smaller map camera so it is only 1/2 transparent?
Title: Re: Semi transparent camera?
Post by: vonpopov on June 04, 2014, 12:18:52 PM
I have a mini map on a camera on the upper right part of the screen. Another camera is full screen. Is there a way to set the alpha or transparency of the smaller map camera so it is only 1/2 transparent?

i never did this, but i am pretty sur you have to "print" each frame what you mini map camera is viewing into a texture.

then you could do anything with your texture shader (transparency in your case).

;)