[Help] Can Particles Pan?

Posted By: DLively

[Help] Can Particles Pan? - 07/22/14 06:53

Im not sure how good this is going to look in the end, or if this is even possible... but is it possible to have a particles bmap pan? or just the particle itself in general...

Well, honestly I dont care how it gets done, but Id like each individual particle to pan as its being emitted.

This doesn't work:
Code:
function particle_function(PARTICLE* p){
 ...
 p.pan += 15 * time_step;
 ...
}



laugh
Posted By: PadMalcom

Re: [Help] Can Particles Pan? - 07/22/14 08:30

No, particles can not be rotated. Use sprites instead (with the function effect_sprite in particles.c).
Posted By: DLively

Re: [Help] Can Particles Pan? - 07/22/14 15:01

Ahhh, I see!
Thanks for this hidden Gem, PadMalcom.
© 2024 lite-C Forums