How to adjust particle size?

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Squarefox2
Posts: 67
Joined: Mon Feb 02, 2009 10:19 am

How to adjust particle size?

Post by Squarefox2 »

Hello,

i'm currently working with IrrEdit. Is there any possibility to adjust the particle size of a particle node?

If I would use C++-Code, it would be:
setMinStartSize() & setMaxStartSize() ?
Is this right?

Greetings,
Squarefox
Moo
Posts: 30
Joined: Fri Jan 09, 2009 10:07 pm

Post by Moo »

I am not sure you can directly do this in the editor. The best you can do with a particle system is to adjust the scale, in irrEdit. Perhaps you can find the values you need in the XML/.irr scene file and edit it manually after. Good luck!
rogerborg wrote:Answering a noob question is like having sex with a midget: there's a wonderfully satisfying sensation of being a giant.
sudi
Posts: 1686
Joined: Fri Aug 26, 2005 8:38 pm

Post by sudi »

well there is a bug in the irredit 1.5
the setMaxParticle and min ParticleSize don't work.
We're programmers. Programmers are, in their hearts, architects, and the first thing they want to do when they get to a site is to bulldoze the place flat and build something grand. We're not excited by renovation:tinkering,improving,planting flower beds.
Post Reply