Login / Registrieren
DE EN FR ES IT CZ
Zurück Nach oben

Lightning - Screen flash effect

  • #1, by darren-beckett 9 years ago Zitieren
    Any ideas how i can achieve a quick flash of the whole scene to represent a flash of lightning?

    Maybe i could stretch a small animation to fullscreen with lua?
    Any ideas?
  • #2, by ke4 9 years ago Zitieren
    You could try animate the shader lightness effect.

    shaderLightness(0.1, 3000) -- adjust screen lightness over 3000 milliseconds
    
    shaderLightness(0.1, 0) -- adjust screen lightness instantly