Instanced Geo not on particles

   2186   7   1
User Avatar
Member
10 posts
Joined: July 2014
Offline
I have a location emitter emitting particles but the geometry I have attached the particles are being outputted in a completely different location than the particles. Can't for the life of me figure out why this is happening to hoping someone can help out!

Attachments:
FixParticleSim_03.hipnc (4.0 MB)

User Avatar
Member
1391 posts
Joined: Dec. 2010
Offline
If your meant is debris , that's because your debris pieces are not in the home (center of the grid) , so you should append a transform SOP for them and use -$CEX , -$CEY , -$CEZ for translate , also if you wanna do it for all of the pieces automatically , you should use FoeEach SOP . Just check simple example file :wink:

Attachments:
JK_Debris.hip (250.1 KB)

https://www.youtube.com/c/sadjadrabiee [www.youtube.com]
Rabiee.Sadjad@Gmail.Com
User Avatar
Member
10 posts
Joined: July 2014
Offline
Ah thanks! So many little things to learn! I appreciate the help! Sorry for asking so many questions recently here, just really want to understand this program better. If I could ask one more here, why is it that the particles aren't colliding with the static geo? It seems to all be networked in properly like the rigid bodies but the particles just go through the geo! Maybe you can see why it's not working. I'll put in an updated file!

Attachments:
GeoOnParticles_NeedCollision_07.hipnc (4.0 MB)

User Avatar
Member
1391 posts
Joined: Dec. 2010
Offline
That's because your Curb doesn't have any thickness , You should use "Poly Extrude SOP“ for adding thickness or use ”Terrain Object“ instead of ”RBD Object" , In this case you don't need to add thickness .


Rigid Body objects (like Debris) using Bullet engine by default , And Particle System using Houdini standard RBD Engine .

In the RBD Engine we should have volume shape for collision objects , you can see this volume object by turning on "Show Collision Guide Geometry" parameter in the Curb node (static object) inside of AutoDopNetwork .(in the Collision -> RBD Solver section).

But we should have thickness for this purpose or we should use Terrain Object .

We don't need to thickness for Bullet engine.
So your debris working correctly and your particles moving through the Curb !
:wink:
https://www.youtube.com/c/sadjadrabiee [www.youtube.com]
Rabiee.Sadjad@Gmail.Com
User Avatar
Member
10 posts
Joined: July 2014
Offline
I set the geometry as a terrain object but still having no luck. It all seems liks it should be working but it just isn't…any other ideas?
User Avatar
Member
1391 posts
Joined: Dec. 2010
Offline
Check my example file please :wink:
Of course let me to find problem in your hip file too 8)

Attachments:
JKCollision.hip (377.3 KB)

https://www.youtube.com/c/sadjadrabiee [www.youtube.com]
Rabiee.Sadjad@Gmail.Com
User Avatar
Member
1391 posts
Joined: Dec. 2010
Offline
OK , I checked your project.
1. Be sure that you add Terrain Object in the DebrisSim.
2. You should be careful about Priority imputs of the merge node inside of DebrisSim !

Check attached project :wink:

Attachments:
JK_POPCollision_SOLVED.zip (1.0 MB)

https://www.youtube.com/c/sadjadrabiee [www.youtube.com]
Rabiee.Sadjad@Gmail.Com
User Avatar
Member
10 posts
Joined: July 2014
Offline
Argh I'm always missing those little details! Thanks a ton!!!
  • Quick Links