Camera question

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
grantkrieger
Posts: 25
Joined: Fri Jul 27, 2007 10:02 am

Camera question

Post by grantkrieger »

Hello,

How do I point my camera to look at a Vector3D.position . EG my camera is at a certain position and I want it to look directly at another position.

Thanks

Grant
Bleck
Posts: 2
Joined: Mon Aug 06, 2007 2:44 pm

Post by Bleck »

camera->setTarget(vector);
http://irrlicht.sourceforge.net/docu/cl ... e.html#a20

Did you read API documentation??
We all gonna die...
Post Reply