Third person solution?

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
ozrinaut
Posts: 28
Joined: Tue Sep 13, 2005 5:09 pm

Third person solution?

Post by ozrinaut »

I am looking for the easiest and most efficient solution to achieving a third person camera [be it attaching a camera on a node, or some other way].

I have read and got this working partially:
http://irrforge.org/index.php/TCamAttac ... r_Irrlicht
but I am finding the camera is not bringing the mouse when the node is moved [say ina fly straight simulator, maybe thats my problem?] I am attaching it to a node that is on a sly straight path [

Code: Select all

scene::ISceneNodeAnimator* anim = smgr->createFlyStraightAnimator(]
Let me know if you have any suggestions, thanks for your time!
Guest

Post by Guest »

I think I've finally ahcived something funcational with hlep from this:
http://irrlicht.sourceforge.net/phpBB2/ ... php?t=7977
Post Reply