3rd Person Camera setup...

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
Godl1ke
Posts: 4
Joined: Thu Aug 03, 2006 5:08 am

3rd Person Camera setup...

Post by Godl1ke »

Okay Hi, Im new here, I have been looking at the IRRLICHT engine for a little while now.

Ok So I want a 3rd person Camera setup but cant really figure it out
I have searched the forums and found code blocks but none of them work for me.

what I would like is an example file, some source code for me to look at of a 3rd person camera view that is always behind a node that I can move. A bit like Jedi Knight if there is one...

Can anyone help me out with this?

Thanks alot. Godl1ke
zeno60
Posts: 342
Joined: Sun May 21, 2006 2:48 am
Location: NC, USA
Contact:

Post by zeno60 »

I remember reading a post about a "WOW Camera" (WOW = World of Warcraft) somewhere on the fourms.

I think this is it, if not, a quick search for "Wow camera" may bring up better results: http://irrlicht.sourceforge.net/phpBB2/ ... wow+camera
Godl1ke
Posts: 4
Joined: Thu Aug 03, 2006 5:08 am

Post by Godl1ke »

Thanks for that...
Looks good but I am having touble compiling it with Windows...
I have the Dev-C++ setup but it wont compile (probs because its for linux...) lol
Is there any more like that?
(different ones like stay behind the character?)
monkeycracks
Posts: 1029
Joined: Thu Apr 06, 2006 12:45 am
Location: Tennesee, USA
Contact:

Post by monkeycracks »

zeno60 wrote:I remember reading a post about a "WOW Camera" (WOW = World of Warcraft) somewhere on the fourms.

I think this is it, if not, a quick search for "Wow camera" may bring up better results: http://irrlicht.sourceforge.net/phpBB2/ ... wow+camera
I use the WOW Cam there, its really great ^^
Godl1ke
Posts: 4
Joined: Thu Aug 03, 2006 5:08 am

Post by Godl1ke »

do you use it on windows?
what changes did you make?
Thanks
monkeycracks
Posts: 1029
Joined: Thu Apr 06, 2006 12:45 am
Location: Tennesee, USA
Contact:

Post by monkeycracks »

I didn't make any changes to it, but yes I use Windows...


On second thought. I did change the turn speed when you press W and R because I thought it was too slow.
Post Reply