Collision between 2 imported models

i am building First Person Game Style…

using jMe 2 / jMe Physics 2



any one got ideas how to create Collisions between 2 models… (World,Player Model)

does inserting the models inside Physics box is the right idea?

or maybe one of them?



any suggestions?

If it's your terrain I would recommend worldNode.generatePhysicsGeometry()



You might want that for your Player as well but you could stick with a Physics Box as suggested