Pass through body

majc

19-01-2010 10:52:27

Hi,

Can i pass through a body and still detect a collision?

Thanks in advance!

koirat

19-01-2010 16:26:50

See Continuous collision detection if that is what you mean ?

Or you want to detect collision and allow to pass the body ?

majc

19-01-2010 17:28:22

I want to detect collision and pass through the body.
I'm thinking to use bodies to define areas in my map, when a player pass through the body B, it will detect collision and assign the player to the B area.

kallaspriit

20-01-2010 17:00:35

Newton has this built in, check out http://www.newtondynamics.com/wiki/inde ... ggerVolume :wink:

koirat

20-01-2010 19:47:08

I would try trigger volumes.
Just that you should know that you can do it the normal way also, just do your own contact callback for material pair.

majc

21-01-2010 09:35:34

Thanks a lot is what i need :)