I know this topic has gotten REALLY old, but I didn't want to double-post.

This camera isn't exactly what I wanted. I wanted the camera to follow the plane's position and its rotations.

are there any mods I can make to the current code, or do I have to completely re-write it?


Code:
void main()
{
    cout << "I am MrCode,";
    cout << "hear me roar!";
    system("PAUSE");
}