Hey Everybody,
I have two particle streams(Emissions from two Objects). They both go into the same popsolver.
After that I want only one of those streams to collide with an object. How can this be done?
Cheers for any help
CYTE
Particle Streams Collision
1168 2 0- CYTE
- Member
- 709 posts
- Joined: 2月 2017
- Offline
- morneauju66
- Member
- 28 posts
- Joined: 4月 2017
- Offline
Hi!
I found a solution.
1. In SOP context, you assign an objId to the different object.
2. Inside the popNetwork, use popStream (or pop group) and make reference to the object ID you want to collide.
*Exemple the objectId 1
ingroup = i@objId ==1;
3. Use a pop collision after the stream.
4. wire that stream line to the merge
Let me know if it works. (I attach a basic hip file with the solution)
Cheers!
I found a solution.
1. In SOP context, you assign an objId to the different object.
2. Inside the popNetwork, use popStream (or pop group) and make reference to the object ID you want to collide.
*Exemple the objectId 1
ingroup = i@objId ==1;
3. Use a pop collision after the stream.
4. wire that stream line to the merge
Let me know if it works. (I attach a basic hip file with the solution)
Cheers!
Edited by morneauju66 - 2019年5月7日 09:38:25
- CYTE
- Member
- 709 posts
- Joined: 2月 2017
- Offline
-
- Quick Links