Question #203709 on Yade changed: https://answers.launchpad.net/yade/+question/203709
Luc Scholtès posted a new comment: Dear Christian, As mentionned by yade (in your terminal), GravityEngine is now deprecated and you should use NewtonIntegrator to apply gravity in your simulation like this: NewtonIntegrator(damping=yourValueOfDamping, gravity=(0,yourValueOfGravity,0)) The examples using GravityEngine are deprecated, but everything should work with GravityEngine anyway. Cheers Luc -- You received this question notification because you are a member of yade-users, which is an answer contact for Yade. _______________________________________________ Mailing list: https://launchpad.net/~yade-users Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-users More help : https://help.launchpad.net/ListHelp

