View Single Post
  #2  
Old 09-22-2005, 12:14 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

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