top of page

ObjectiveChipmunk CpGrabber

Ian Fan Jan 2012



Target:

Use ChipmunkPivotJoint and ChipmunkRotaryLimitJoint to setup a grabber.
 

 

Sample Code:

https://github.com/IanFan/CpGrabber

Step:

 

1. setup ChipmunkSpace, MultiGrab, DebugLayer and Update as usual.


2. setup every Chipmunk Body and Shape properly, add Grabber head and tail on it.


3. setup ChipmunkPivotJoint and ChipmunkRotaryLimitJoint to setup a grabber's ability.
.

Further Link:

 

1. Searching.

bottom of page