Caution:
BaseFadeProp is an internal entity and should not be used on its own.
BASE BaseFadeProp
KeyValues
Start Fade Dist (fademindist) <float> = -1
Distance at which the prop starts to fade (<0 = use fademaxdist).
End Fade Dist (fademaxdist) <float> = 0
Max fade distance at which the prop is visible (0 = don't fade out).
Fade Scale (fadescale) <float> = 1
If you specify a fade in the worldspawn, then the engine will forcibly fade out props even if fademindist/fademaxdist isn't specified.This scale factor gives you some control over the fade. Using 0 here turns off the forcible fades. Numbers smaller than 1 cause the prop to fade out at further distances, and greater than 1 cause it to fade out at closer distances.