Box2d maintains its own simulation.Box2d does not control what is displayed on screen. If all objects in your game move in an xy plane, then you can use box2d even if your models are 3d. But if your asking if you can simulate 3d physics with box2d, I don't think so.
|