Particle effects and performance
by Samuel Harper · in General Discussion · 10/12/2006 (6:35 am) · 5 replies
Hi all,
I'm using the starter.fps stronhold scene - I've got a large particle effect and some smaller ones.
I've noticed that when I put the larger particle effect in I start to get worse performance. Is this normal? Is there something I can look at to start improving this?
Thanks
I'm using the starter.fps stronhold scene - I've got a large particle effect and some smaller ones.
I've noticed that when I put the larger particle effect in I start to get worse performance. Is this normal? Is there something I can look at to start improving this?
Thanks
About the author
#2
10/12/2006 (7:46 am)
Yes I believe that's normal. Torque usually slows down for me when using lots of particles. Im not sure, but I believe it's because torque doesn't handle alpha transparency too well. you could try making the particles smaller so that they don't take as much screen space when rendered. also try reducing the number of particles which need to be rendered and the lifetime of the particles.
#3
I'm new to Torque and to particles - so now that I've confirmed it's the particles - I can start looking at fixing it.
How would I put the frame rate on the screen while I'm testing?
10/12/2006 (8:18 am)
ThanksI'm new to Torque and to particles - so now that I've confirmed it's the particles - I can start looking at fixing it.
How would I put the frame rate on the screen while I'm testing?
#5
10/12/2006 (10:17 am)
Great - thanks
Torque Owner J "hplus" W
If you are fill bound, create smaller particles. You may get away with filling further out in each texture square and making the particles smaller in world space and still get the same look, for example.
If you are vertex bound, create fewer particles. You can create particles with funky patterns in the texture suare, instead of just fuzzy round dots, to get more variation with fewer particles.