Hey,
Im using cocos2d and box2d and I want to turn off the wireframe around all bodies in my b2world.
How can I do this?
Thanks,
Oliver
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think you are using GLESDebugDraw. Just don’t use it. I suppose you have something like this in your physics layer init method
Just delete (or comment) these strokes.