Make the camera looking at the characters head

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Konstantin
Posts: 12
Joined: Fri May 18, 2007 3:06 pm
Location: Panketal, Germany

Make the camera looking at the characters head

Post by Konstantin »

Hi Guys,
In the past i used crystal space for my projects. Now I've got this question:

Is there a function in ''Irrlicht Engine'' like crystal space' "LookAt();" to make the Third-Person-Camera looking at an object, maybe the characters head, in each Frame?

Or is there another way how i can realize such a View easily?

Thank you for answering!


(And I know that my English is really bad :P )
Dances
Posts: 454
Joined: Sat Jul 02, 2005 1:45 am
Location: Canada
Contact:

Post by Dances »

camera->setTarget(coords); iirc
Post Reply