I'm trying to create a CollsionShape for my terrain so I can do collsion detection against it. After importing my terrain mesh in I'm not sure how to make a collsion shape out of it. I have created a CollisionShape and set it to NewConcavePolygonShape.
If I hit "edit" I don't know how to populate the "array" of polygon data for the collisionshape. If I hit load (for the concave polygon shape) it wants to load a ".shp", ".tres", ".xml" or ".xshp" file and I don't know how to generate these from my mesh.