The mouse position is within screen coordinates.

The model is in space coordinates.

I don't know much else, but that might help.


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