Page 1 of 1

NEED HELP! I want to hide collision area

Posted: Mon Aug 01, 2011 6:15 am
by glozt100sob
I am making a physic game for iOS project. I integrate Chipmunk engine to make a collision of main character (Santa claus )and objects. Unfortunately, I cannot hide a collision path <see attached picture below>,which I defined to each object. How can I hide the collision area <purple area in the picture below>?

Image

Thank you in advance help.

Re: NEED HELP! I want to hide collision area

Posted: Mon Aug 01, 2011 8:13 am
by slembcke
It looks like you are using my debug drawing code. Just don't call the draw function. Chipmunk itself does not perform any drawing.

Re: NEED HELP! I want to hide collision area

Posted: Mon Aug 01, 2011 8:56 am
by glozt100sob
Done! problem solved!
ton of thanks to slembcke.