View Single Post
  #7  
Old 03-02-2010, 04:18 PM
cgibb cgibb is offline
Member
 
Join Date: Apr 2009
Posts: 14
Quote:
Originally Posted by Jeff View Post
Have you tried applying a collide mesh to the room model?
Code:
room.collideMesh()
room.disable( viz.DYNAMICS )

This worked great in combination with collideBox()

Thanks again!
Reply With Quote