I implements JBullet
into my code. Boxes, spheres work prefectly. But I don't have idea how to implement to my world heightmap(as static object). What type of shape I must use and how?
My heightmap array was something like this float[world_size][world_size]
.