DarkPlacesEngine / DarkPlaces

The DarkPlaces Quake engine, created by LadyHavoc. Official Git repository (replaces SVN).
https://icculus.org/twilight/darkplaces/
GNU General Public License v2.0
290 stars 43 forks source link

Particle Effects: Support colour ramps in effectinfo #195

Open hemebond opened 2 months ago

hemebond commented 2 months ago

The original Quake particles use a colour ramp to change colour over time. This is handled with special logic in cl_particles.c.

It would be good to support this feature in effectinfo.txt, perhaps as a colorramp property.