top of page

ObjectiveChipmunk CpMultiGrab

Ian Fan Dec 2012



Target:

Set ChipmunkMultiGrab to grab Chipmunk objects in Space.
 

Sample Code:

https://github.com/IanFan/CpMultiGrab




 

 

Step:

 

1. Set Chipmunk Space, DebugLayer and updateStep as usual.


2. Set ChipmunkMultiGrab and touch event.


3. Set [glView setMultipleTouchEnabled:YES] in AppDelegate.m, and set 
self.isTouchEnabled=YES in this scene

 

Further Link:

 

1. searching...

bottom of page