All information about Magic Particles: news, question, comments, etc.
by Raju.Gatoss » Wed Sep 25, 2013 1:22 pm
How to draw a single particle at different positions at the same time....
I want to draw a particle at 4 positions simultaneously.
I Used MP_Emitter::SetPosition(MP_POSITION& position) method to set positions in update method.
But there is no use. Particle is drawing at only one position.
-
Raju.Gatoss
-
- Posts: 2
- Joined: Wed Sep 25, 2013 1:14 pm
by Odin_KG » Wed Sep 25, 2013 3:19 pm
MP_Emitter::SetPosition(MP_POSITION& position) moves the emitter only. You need to duplicate the emitter. Use MP_Manager::DuplicateEmitter() to create a copy of the emitter. Then you may move the copies to the different position.
-
Odin_KG
- Administrator
-
- Posts: 255
- Joined: Sat May 09, 2009 10:53 pm
Return to Magic Particles
Who is online
Users browsing this forum: No registered users and 13 guests