![]() |
|
Chipmunk Static Friction - Printable Version +- iDevGames Forums (http://www.idevgames.com/forums) +-- Forum: Development Zone (/forum-3.html) +--- Forum: Game Programming Fundamentals (/forum-7.html) +--- Thread: Chipmunk Static Friction (/thread-978.html) |
Chipmunk Static Friction - Piazzolla - Jul 21, 2009 11:06 AM Hello community, I'm trying to make a game about building bridges using chipmunk. I make my bridges with segments and joints. My problem is that when I start simulating and updating the physicis everything falls and ends up hanging. I'd like my bridge structure to hold if it is reasonably built, and fall only when I have a character stepping on it. What's the best approach to achieve this ? Any Ideas ? |