About Store Forum Documentation Contact



Post Reply 
Ignore collision
Author Message
Rollcage Offline
Member

Post: #1
Ignore collision
What is the best way to ignore the collision of an object using Physics.cuts.
I need to ignore the collision with the player who fires a projectile

Thanks
01-30-2012 02:48 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Ignore collision
you can use callback, and skip actors you're not interested in (this is covered in some tutorials, in SDK or those from personal license)
01-30-2012 08:05 PM
Find all posts by this user Quote this message in a reply
Ogniok Offline
Member

Post: #3
RE: Ignore collision
This code disables collision between 2 groups:

Code:
Physics.ignore();
02-03-2012 08:18 PM
Find all posts by this user Quote this message in a reply
Post Reply