Search found 4 matches

by jijik
Thu Jan 10, 2013 6:41 pm
Forum: Box2D tutorial discussion
Topic: Ragdoll body never sleeps
Replies: 1
Views: 6916

Re: Ragdoll body never sleeps

here is the working source code http://tinyurl.com/artgk49. If anybody would take a look at it, it would be great. (you do not need to register test etc. just replace content Tumbler.h in testbed with content of this file and try, easiest way possible, later you can undo it)
by jijik
Thu Jan 10, 2013 6:34 pm
Forum: Box2D tutorial discussion
Topic: How to change force which is applied during collision?
Replies: 3
Views: 10565

Re: How to change force which is applied during collision?

thank you, too bad it is not possible... How to fake it? What is the best way to find out what force was applied due to collision? Then I just could apply some half size opposite force...
by jijik
Wed Jan 09, 2013 8:54 pm
Forum: Box2D tutorial discussion
Topic: Ragdoll body never sleeps
Replies: 1
Views: 6916

Ragdoll body never sleeps

I have ragdoll character, which is composed of several bodies joined with revolute joint. Ragdoll works just fine, but after it falls it never sleep. Even if character "looks" totally immovable. Have anybody encountered such problem? I can provide source code for b2 testbed if anyone is in...
by jijik
Wed Jan 09, 2013 8:48 pm
Forum: Box2D tutorial discussion
Topic: How to change force which is applied during collision?
Replies: 3
Views: 10565

How to change force which is applied during collision?

I want to change force, which is given to bodies when collide and I want to do it only sometimes, so I do not want to solve it by setting different density etc. To be more illustrative: I have bullet and some character. When bullet character collision occurs, character is given force in bullet direc...