Cam question

Irrlicht.Net is no longer developed or supported, Irrlicht.Net Cross Platform is a much more complete wrapper. Please ask your C# related questions on their forums first.
Locked
RoninGT
Posts: 6
Joined: Sun Sep 17, 2006 3:53 pm

Cam question

Post by RoninGT »

I am working on a flight game. (Just something to get my feet wet, New to Irrlicht) I want the cam to lock onto my ship, and move with it, However being new i have no clue on how to get the cam to lock on or move the ship. Is there any tut out there for this type of thing or if someone has the time to help me out.

Sorry for such a newbish question

Ronin
matiae
Posts: 16
Joined: Wed May 31, 2006 8:06 am
Location: Chile

Post by matiae »

hi,
do you mean like a 3rd person camera? this can be implemented easily making ship node the parent of the camera, then when the ship node moves all child nodes moves too relative to the parent node. Search the forum for different implementations of 3rd camera.
Locked