how to write a simple camera scene node animator?

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
mubashar
Posts: 63
Joined: Wed Sep 07, 2011 7:20 pm

how to write a simple camera scene node animator?

Post by mubashar »

hello everyone i have to write camera scene node animator for my racing game project i need help where to start or any previous example ?
When it's all over, it's not who you were. It's whether you made a difference
teto
Posts: 159
Joined: Thu Dec 03, 2009 9:37 pm
Location: /home
Contact:

Re: how to write a simple camera scene node animator?

Post by teto »

hi,
You could have a look at irrlicht source code and look how maya or fps cameras got implemented. Basically yoiur animator casts the scenenode to a camera scene node and then set its target/position etc...
Good luck.
Using trunk with mingw/gcc 4.6, Windows 7 64 bits driver opengl
Post Reply