dominos falling thought floor

Forum Archive dominos falling thought floor

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #9245
    jesse94
    Participant

      I need help with my rigid body domino scene my dominos keep falling though the floor but I set my floor to passive and the rest to active but I still have problems please help here is my blend  http://pasteall.org/blend/index.php?id=48187

      #31782
      Ben Reynolds
      Participant

        The floor/walls have a convex hull collider, which sort of “shrinkwraps” a collider shape around the mesh. Since the floor and walls are one mesh, the collider shape is wrapped around the whole thing. As a result the dominos are actually inside of the collider when it starts which is why they’re going haywire when it plays.

        I recorded a clip to show what happens when you drop the dominos from above. The way they land on the collider and slide off of it reveals the shape of the convex hull surface.

        There are a couple of solutions. You could change the floor/wall collider shape to “Mesh” which will make it the same shape as the object, or just make the floor a separate object and remove the collider from the walls.

        #31783
        jesse94
        Participant

          thanks for the tips

        Viewing 3 posts - 1 through 3 (of 3 total)
        • The topic ‘dominos falling thought floor’ is closed to new replies.