yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #10694
Re: [Question #259218]: Creating a floor for simulation of collapse of a slope
Question #259218 on Yade changed:
https://answers.launchpad.net/yade/+question/259218
Status: Open => Answered
Timos Papachristos proposed the following answer:
Hi,
Regarding the 1st question:
You have set your collider to detect collisions/interactions only
between spheres :
InsertionSortCollider([Bo1_Sphere_Aabb()])
You can try the following instead:
InsertionSortCollider([Bo1_Wall_Aabb(),Bo1_Sphere_Aabb()])
In this case the collider recognizes interactions between Sphere-Sphere
AND Wall-Sphere.
Cheers,
Timos
--
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.