Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: sascham on December 01, 2011, 09:50:01 AM

Title: Set Light Flare [SOLVED]
Post by: sascham on December 01, 2011, 09:50:01 AM
Hi,
I try to do like a flare/flash effect that the whole screen glows up for like a second.
I saw the action "set light flare"
I added my spot light as game object.
What do I have to add under "Light Flare"?
Any other way to archive that effect ?

Thanks
Title: Re: Set Light Flare
Post by: Alex Chouls on December 01, 2011, 06:18:05 PM
Take a look at the PlayMakerSamples\TestLab\RenderSettings\RenderSettingsAnimation sample scene

The sample animates various render settings, light flares, fog color etc. It's not pretty, but it shows various techniques!

You probably need Set Flare Strength, maybe with an quick animated Draw Fullscreen Color acton...
Title: Re: Set Light Flare
Post by: sascham on December 04, 2011, 02:28:06 AM
Thanks
That worked