cam question

lexex

30-01-2007 08:31:57

Hi,

I would like to have my camera follow my airplane, but not doing all movement simultaneously. At the moment I have:

ControlNode
| |
ShipNode CameraNode
| | |
ShipEntity ShipBody Camera

I am moving the ShipBody so everything else moves too. How could I do a camera which moves with a delay (for example 0.5 seconds)???

Thanks in advance!

Maklaud

30-01-2007 17:33:48

Hmmm... I think you must move Body, which attach ControlNode, because your camera is attached to ControlNode.

Chris Thornton

01-02-2007 01:49:11

If you look in the stunt playground source files, there's a follow camera class that has that sort of effect - it'll probably give you a shove in the right direction.

lexex

01-02-2007 12:16:57

Thanks for the suggestions!!!!!!!!!!! I will look at that.