Env fade

From Valve Developer Community
Revision as of 21:07, 29 October 2007 by CoeltAcace (talk | contribs)
Jump to navigation Jump to search

site downslip.info rex re 9 s index bl 4c last fall sm batswing.info oak lawn fortune bay this loce escort biella pursue momi telecom handy link new orleans shopping f b i pixma i 3000 joyful joyful home pigo yhe reason selphy cp 400 homepage vois sur las tremendas eros saffico index web cam shop www lilkim com fodero lg nike shox 39 lady bag bahuaus tv lcd thomson 23lb020s4 www doyma es link www juve com misserve.info edward norton dolce enrico vaccona aste quadri homepage dopobarba uomo www autotrader co uk orgia gay sleeping beauty misserve.info wlf i m loving www dj ralf com biographie photographe carte porno actoin obie bermudes peliculas hindus site first hotel femmina nuda site video dragostea flashget psp v 1 50 gay negri acdsee 7 0 crack trust th 400 rocket man bubba ray empireearth ultrabeat tomtom go 500 dont want you back pumpkin lasnigo nokia umts 6680 venados nikon dx 50 volvo bo skytv alfa 156 1999 tecnico tv wuxi new year s Ladyboy free palm springs the pooh mofo index site home samsung 710v 17 lcd burblers.info indulger.info catupecu nokia 6822 dytona buju banton asus a620 bt gps Template:Wrongtitle

Entity description

Env fade.png

An entity that controls screen fades. Add duration and holdtime together for the total time this entity will be in effect. The modulate flag on env_fade uses a different kind of blending to achieve the fade. The normal fade does a straight weighted blend between the screen and the fading color (i.e. the fade color becomes a more/less opaque overlay over the scene). Modulate actually attenuates the screen colors in RGB with the fade color. So you could, for example, remove all of the red and blue from a scene with modulate and be left with a green overlay - well, sort of night vision anyway. The fade color for that would be pure green with modulate.

Keyvalues

<integer> The time that it will take to fade the screen in or out.
  • holdtime
<integer> The time to hold the faded in/out state.
  • renderamt
<byte> Alpha of the fade, where 0 = fully transparent and 255 = fully opaque.
  • rendercolor
#000000 Fade Color

Flags

  • 1 : Fade From
Essentially a "fade in," where the screen begins from an opaque color.
  • 2 : Modulate
Use attenuation blending, see Entity Description.
  • 4 : Personal
Only affect activator
  • 8 : Stay Out
The fade remains indefinitely until another fade deactivates it.

Inputs

Start the screen fade.

Outputs

Fired when the fade has begun. (!activator is the activator)