How to adjust Friction coefficient and Bounce Restitution between two touching rigid bodies?

Hi,



When running the “HelloPhysics.java” program, I notice that the balls and the brick walls do have some friction and bounce between them and the floor. If I want to adjust the amount of friction and bounce, which class(es) / methods should I use. Is there any example program that I have missed.



Thanks for any suggestion.



Lawrence

Oh ! The answer is already listed in this page https://wiki.jmonkeyengine.org/legacy/doku.php/jme3:advanced:physics.



Lawrence