I am new to JBullet, but I am using it for physics in my game. I am wondering how to create a rigidbody out of a vertex array, beacuse I have some terrain I generated with Ardor3D’s terrain generation system, (I used an ArrayTerrainDataProvider) and I have the array of points for the vertices. How can I create a JBullet RigidBody from this vertex array?