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?