buildCameraLookAtMatrixXX

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
george++
Posts: 16
Joined: Mon Sep 28, 2009 5:30 pm
Location: Hellas

buildCameraLookAtMatrixXX

Post by george++ »

Could you please someone tell me where and when these functions are useful?

Thanks in advance.
May the software be with you
vitek
Bug Slayer
Posts: 3919
Joined: Mon Jan 16, 2006 10:52 am
Location: Corvallis, OR

Post by vitek »

You use this when you need to build a view matrix, typically in a camera implementation.

Travis
george++
Posts: 16
Joined: Mon Sep 28, 2009 5:30 pm
Location: Hellas

Post by george++ »

Thanks vitek.
Could you please describe a case? I don't want code, just a few words for the usage description.
May the software be with you
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Check the CCameraSceneNode.cpp, should be self explaining.
george++
Posts: 16
Joined: Mon Sep 28, 2009 5:30 pm
Location: Hellas

Post by george++ »

I'll do it, thanks.
May the software be with you
Post Reply