how to use function setParticleSize ?

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
koller202
Posts: 143
Joined: Tue May 08, 2007 4:53 am
Location: Thailand

how to use function setParticleSize ?

Post by koller202 »

Code: Select all

setParticleSize (const core::dimension2d< f32 > &size=core::dimension2d< f32 >(5.0f, 5.0f))=0 
  Sets the size of all particles.  
how to use this function ?
if useful for ?
and idea about this function ?
________
MERCURY MONTEGO SPECIFICATIONS
Last edited by koller202 on Thu Feb 17, 2011 1:18 am, edited 1 time in total.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

You define the size of the particles with this function. It's pretty useful if you want to change the size of particles.
rogerborg
Admin
Posts: 3590
Joined: Mon Oct 09, 2006 9:36 am
Location: Scotland - gonnae no slag aff mah Engleesh
Contact:

Post by rogerborg »

Whoa, slow down a second, I can't keep up. If I want to set the size of a particle, what method do I need to call?
Please upload candidate patches to the tracker.
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Ah, read the API on your own, old slow-one :wink:
Post Reply