jdolan / quetoo

Quetoo ("Q2") is a free first person shooter based on id Tech2. GPL v2 license.
http://quetoo.org
204 stars 28 forks source link

EF_DESPAWN does not currently work #590

Closed jdolan closed 3 years ago

jdolan commented 3 years ago

EF_DESPAWN is not currently wired up. This effect is used to "despawn" corpses, fireballs, any mesh entity that should fade out of existence. In previous master, EF_DESPAWN caused the entity's alpha value to decrease over the despawn interval. I think the color channels may have also decreased over time as well, so the object became dim as it also faded away.