Introduction - If you have any usage issues, please Google them yourself
// This is the first demo in the Direct3D camera demo series. In this demo we
// implement the classic vector based camera. The camera supports 2 modes of
// operation: first person camera mode, and flight simulator camera mode. We
// don t implement the third person camera in this demo. A future demo will
// explore the implementation of the third person camera.