Phaser Box2D

Hi,
i am new to box2d.Now i am going to develop a truck game.i need to find the vertices of the physics body.Is there any tool to find the vertices.please suggest me some tool is open source.

Hi @Ram_m, you should be easily able to get the vertices of the physics bodies that you create with Box2D, from their object instances.

Can you explain more about your situation?