View Single Post
  #1  
Old 05-07-2009, 07:22 AM
spdegabrielle spdegabrielle is offline
Member
 
Join Date: May 2009
Posts: 5
collideNone() failing to stop collision

Hi, I'm using object.collideNone() to stop the viewer from colliding with 'ghost' objects in our maze - but it still seems to collide. (with weird jumpy/falling results)

I don't want to set <viewpoint>.collision(viz.OFF), as this stops the viewer from walking through walls.

I'm sure this must be in the documentation somewhere - but I can't find it.

Any suggestions?
Reply With Quote