You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers. No questions about C++ programming or topics which are answered in the tutorials!
Okej, so nobody can tell me how to make a node look at the mouse. But can somebody please tell me where i find the code for addCameraSceneNodeFPS. And it is not the "virtual ICameraSceneNode* addCameraSceneNodeFPS" in "ISceneManager.h" I mean. I mean the real code. The code witch take all the parameters in addCameraSceneNodeFPS() and does something with them. Where do I find that?
And have a look at CCameraFPSSceneNode.cpp and CCameraFPSSceneNode.h. You can't create an instance of this class directly, so you have to use the addCameraSceneNodeFPS factory function. But it's easy enough to use the source code directly into your own project.