Creating camera class

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
Mequa
Posts: 13
Joined: Fri Jul 07, 2006 7:39 pm

Creating camera class

Post by Mequa »

I'm trying to create my own camera class - inheriting from CCameraSceneNode.

Incidentally, why is this needed to be done from CCameraSceneNode, as I was advised, and not ICameraSceneNode, which the former inherits?

I'm trying to create the basic functionality of the built-in FPS camera, which I can build on - where can I find the source for that?
Any suggestions how to get started?
Post Reply