Thread: Collision
View Single Post
  #4  
Old 04-09-2009, 09:54 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
If you want the balloon to react to the collision you can not use the collideMesh, you'll have to use a different collide shape. Collide meshes do not react to forces. Also you have dynamics disabled on both the avatar and balloon. So you can remove these lines.
Code:
avatar.disable(viz.DYNAMICS)
balloon.disable(viz.DYNAMICS)
Reply With Quote