View Single Post
  #1  
Old 05-10-2009, 01:10 PM
Chrissy2009 Chrissy2009 is offline
Member
 
Join Date: May 2009
Posts: 33
"viz.collision(viz.ON)" PROBLEM

Hi all,

I want to activate collision detection for the camera and one specific object, so that I'm only able to move the camera inside of a room, and it should not be possible to move it outside.

If I use the command: viz.collision(viz.ON) I've got the problem, that the camera always falls at the bottom of the room. If I want to move it up, it automatically falls down.

I've also tested it at the gallery.py and included some commands to move the camera up and down. But the problem is the same as in my scene.

Therefore I'm looking for a collision detection between to objects. The camera and my room.

Thanks for all your ideas.
Reply With Quote