I am trying for debug draw in andengine but till now i did not got solution for debug draw for Box2d in andengine.if you have any solution please kindly share your solution.

EDIT: I need to visualize physics(box2d) objects in Andengine. I thought of doing this using DebugDraw functionality. But I cant get it to work. Can someone help me with this?

link|improve this question
Could you be a bit more specific... what are you doing so far and what is the problem you are having with it? – iforce2d Jul 14 '11 at 11:23
too vague question – Algo Jul 14 '11 at 12:41
feedback

1 Answer

up vote 0 down vote accepted

See AndEnginePhysicsBox2DDebugRenderer.

It's simple, but it supports all the Box2D shapes (CircleShape and PolygonShape).

link|improve this answer
Thank for your help. it was working fine for me. But i am unable to check in that source code simply i downloaded each java file separately and included in my project. But i am unable to fill the physics body. i am getting only outline for the physics body. – Rooban Abraham Sep 9 '11 at 5:06
What problems do you run into? Also, it's meant to be very simple, so it only draws the outlines right now. – skyuzo Sep 12 '11 at 20:06
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.