Pointing the camera

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
tomtetlaw
Posts: 110
Joined: Sun Jul 05, 2009 9:57 am

Pointing the camera

Post by tomtetlaw »

Is there a way to point an ICameraSceneNode* towards a vector3df potition?

like camera->point(obj_pos);
#1 Most Common Error:
Reality Error: Object behind keyboard cannot program.
sp00n
Posts: 114
Joined: Wed Sep 13, 2006 9:39 am

Post by sp00n »

Do you mean setTarget or setPosition?
JeroenP
Posts: 11
Joined: Sat Jun 20, 2009 7:05 pm
Location: Belgium
Contact:

Post by JeroenP »

I think he means setTarget.
Post Reply