A_SpawnParticles: allow negative fadestep

Post a reply

Smilies
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :geek: :ugeek: :!: :?: :idea: :arrow: :| :mrgreen: :3: :wub: >:( :blergh:
View more smilies

BBCode is ON
[img] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: A_SpawnParticles: allow negative fadestep

Re: A_SpawnParticles: allow negative fadestep

by Nash » Tue Jun 20, 2017 4:16 pm

Wouldn't it be better to add a separate fade-in parameter (I know, more params, yikes), rather than piggyback on what is meant for fading out? What if you want to create a particle that has both fade-ins and fade-outs.

A_SpawnParticles: allow negative fadestep

by D2JK » Tue Jun 20, 2017 1:12 pm

I wanted to create particles that fade in over time (increasing alpha), but specifying a negative value as the fadestep parameter has no effect currently. Could this be changed?

I would then expect the particle to abruptly disappear at the end of its lifetime, which would be fine with me.

Top