PDA

View Full Version : when collision mode is on, can i "turn it off" for an individual object?


Vdoug
09-22-2005, 12:11 PM
when collision mode is on, can i "turn it off" for an individual object? that is, i basically want the object to be a ghost. the object in question is moving, so setting bounds is impractical.

thanks.

farshizzo
09-22-2005, 12:14 PM
Hi,

To disable collision with a specific object just issue the following command on it:object.disable(viz.COLLISION)