View Single Post
  #1  
Old 03-12-2006, 01:18 PM
Vmichaeljin Vmichaeljin is offline
Member
 
Join Date: Sep 2005
Posts: 6
Is it possible for a colliding object to "push" the view?

Hi,

I'm trying to design an object that collides with the view and pushes it in the direction of the object's travel. Is there any way to get collision detection to do this for me?

Another related question is whether there is any way to "link" the movement of the view with the movement of a moving object. For instance, consider a traveling platform. If the view collides with the platform (as in, the viewer jumps onto the platform), I want then to link the view to the platform, so that if the view was not disturbed by the user, it would travel along with the platform. However, it should still be possible to move around on the platform if the user desires. What would be the easiest implementation strategy for this?

Last edited by Vmichaeljin; 03-12-2006 at 01:25 PM.
Reply With Quote