View Single Post
  #1  
Old 09-17-2013, 10:39 AM
sunil.nair sunil.nair is offline
Member
 
Join Date: Aug 2013
Posts: 14
Real time collision and object navigation

Hello,

I have an object 'mini.osg' (a car) that I am controlling using a Haptic device. My car moves on a ground.
When I add a cube to my scene, it does not move over the cylinder even after I set viz.collision(viz.ON). Instead, it just moves into the cylinder even after I set it collideMesh or collideBox. I want the car to move over the cube or cylinder that I am adding to my scene. How can I do it?
Reply With Quote