|
|
Thread Tools | Rate Thread | Display Modes |
#1
|
|||
|
|||
when collision mode is on, can i "turn it off" for an individual object?
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. |
#2
|
|||
|
|||
Hi,
To disable collision with a specific object just issue the following command on it: Code:
object.disable(viz.COLLISION) |
|
|