Page 1 of 1

Disabling Collision Response

Posted: Wed Feb 16, 2011 12:32 am
by hahanoob
Is it possible to disable collision response for some entities? By that I mean I would still like my player to collide with walls and the floor and such but other than that (and maybe gravity) I don't want any forces acting on him except for those I give him.

Re: Disabling Collision Response

Posted: Wed Feb 16, 2011 12:36 am
by Norbo
One option would be to use the collision rules system. Each entity has a CollisionRules property which includes a variety of ways you can control how it can collide with stuff.

A thorough description can be found here:
http://www.bepu-games.com/BEPUphysics/d ... tation.pdf

Re: Disabling Collision Response

Posted: Tue Apr 03, 2012 3:42 pm
by Garold
The link to the file above is broken.

Re: Disabling Collision Response

Posted: Tue Apr 03, 2012 4:29 pm
by Norbo
Documentation is now on codeplex, which can be found here: http://bepuphysics.codeplex.com/wikipag ... umentation