Hi everyone,
I'm currently trying to port a game I made in C++ to Android so I'm using jBox2D.
But I just discovered that some methodes and classes I used in my game are just not here…
Where is the FixtureDef class ? Maybe should I replace it by another but which will have the same behavior ?
Another thing, I was using PolygonShape::SetAsABox but it doesn't exist anymore in jBox2D.
Furthermore, I was using Body::isAwake now I should use Body.isSleeping instead ?
I'm pretty embarrassed because I was hoping to make it fast (and not actually spending time in redoing everything in my game)

Is there somebody who can help me ?
Thanks a lot !