Re: Collision between ground and polyhedral particles
Posted by Damien André on
URL: http://granoo.326.s1.nabble.com/Collision-between-ground-and-polyhedral-particles-tp579p580.html
Hello, I am sorry.... your problem is not well documented in GranOO.
In GranOO, this is not possible to activate collision detection between "internal ground" and arbitrarily shapes. I mean by "internal ground" a closed bounding shape (box, sphere...) where bodies are INTO this shape.
Indeed, for example, if you want to use a bounding box with arbitrary shapes, you must replace this box by a collection of rectangles which define the boundaries of this box.
Please take a look into the 2.0/Example/Granular/MultiShape example.
Hope this help, Damien.