so if they emit from 50 grids, how to just let them follow the grid which its come from?
just like in the max Pflow, at the emitter, there is a `lock` option, thats lock all the particles onto the emitter source, then follow each plans' movement.
thanks
--the stick to geo compound in ICE is so slow, not very good way to do this.
howto lock particles to emit plan?
-
Pancho
- Posts: 659
- Joined: 19 Sep 2010, 09:28
Re: howto lock particles to emit plan?
You could use an ice tree on the point cloud and multiply the emit location of the point with the kine global matrix of the emitter. That should work.
Cheers
Cheers
-
xsisupport
- Posts: 713
- Joined: 09 Jun 2009, 09:02
- Location: Montreal Canada
Re: howto lock particles to emit plan?
Get self.emitlocation > Get PointPosition > Set Point Position ?
-
Pancho
- Posts: 659
- Joined: 19 Sep 2010, 09:28
Re: howto lock particles to emit plan?
I just wonder. This works if the particles were all emitted with the emitter at the null position without rotation.
If the emitter is moving while emitting you need to create a custom emit location attribute in which you store the emit location as a local location relative to the emitter.
Then it should work like discribed. Multiply the custom emit location with the kine global matrix of the emitter.
If the emitter is moving while emitting you need to create a custom emit location attribute in which you store the emit location as a local location relative to the emitter.
Then it should work like discribed. Multiply the custom emit location with the kine global matrix of the emitter.
-
grahamef
- Posts: 281
- Joined: 23 Jun 2009, 19:01
Re: howto lock particles to emit plan?
There's no need for that if you are using the emit location, not position. Locations are relative to the geometry and don't need to be transformed.Pancho wrote:I just wonder. This works if the particles were all emitted with the emitter at the null position without rotation.
If the emitter is moving while emitting you need to create a custom emit location attribute in which you store the emit location as a local location relative to the emitter.
Then it should work like discribed. Multiply the custom emit location with the kine global matrix of the emitter.
-
Pancho
- Posts: 659
- Joined: 19 Sep 2010, 09:28
Re: howto lock particles to emit plan?
O.k. Just wanted to be sure that I present a half-baked idea. Then it should work.
-
ikfk
- Posts: 36
- Joined: 28 Jul 2012, 07:58
Re: howto lock particles to emit plan?
OK thank you guys i'll have a try 
-
ikfk
- Posts: 36
- Joined: 28 Jul 2012, 07:58
Re: howto lock particles to emit plan?
I find a much easier way
there is a `stick to location`compound, just plug emitlocation to the input location 