hello, I wanted to scatter geo(eg. grass,trees)on some geometry(eg.ground). then fracture the ground using rbd sim. but after sim the points no longer the same.
In other words I want to create a scene where ground cracks open and pieces falls apart with grass and trees on top of each piece. What might be the solution?
scatter geo on fractured object
1715 3 2- rdrkrp
- Member
- 3 posts
- Joined: Feb. 2018
- Offline
- Berk_Erdag
- Member
- 86 posts
- Joined: Oct. 2015
- Offline
- litote
- Member
- 231 posts
- Joined: July 2013
- Offline
- Berk_Erdag
- Member
- 86 posts
- Joined: Oct. 2015
- Offline
To prevent them from wobbling make sure the scattered geos do not go inside the ground geo. So maybe after the attribute interpolate node you can put down a Peak SOP and slightly make them move outside. Also you can try to give them a simple collision shape like a box instead of a convex hull.
Maybe try first with some boxes. See if they also wobble, so try to find out if the issue is with the rbd sim/scattered points or the instanced geos.
Another dirty and fast idea would be to activate the scattered rbd geos whenever they need to start moving. It might not work for your case since I don't know your scene but just an idea.
Maybe try first with some boxes. See if they also wobble, so try to find out if the issue is with the rbd sim/scattered points or the instanced geos.
Another dirty and fast idea would be to activate the scattered rbd geos whenever they need to start moving. It might not work for your case since I don't know your scene but just an idea.
-
- Quick Links