Middle Mouse Button doesn't reset FOV
Posted: 14.06.2002, 17:16
If this has already been mentioned, I apologize.
The controls.txt file says that the middle mouse button resets the field of view to 45 degrees. This would be a useful function since it's difficult to be precise with the other zoom methods.
I looked through the source code and couldn't find any handling of the middle mouse button. No calls to renderer->setFieldOfView(45.0f), either. I tried to add the call, but it doesn't work. Perhaps GLut doesn't recognize the middle mouse button? It's defined in the header file though...
Anyway, I'm sure it's no big deal. Just an inconsistency with the documentation.
-abiogenesis-
The controls.txt file says that the middle mouse button resets the field of view to 45 degrees. This would be a useful function since it's difficult to be precise with the other zoom methods.
I looked through the source code and couldn't find any handling of the middle mouse button. No calls to renderer->setFieldOfView(45.0f), either. I tried to add the call, but it doesn't work. Perhaps GLut doesn't recognize the middle mouse button? It's defined in the header file though...
Anyway, I'm sure it's no big deal. Just an inconsistency with the documentation.
-abiogenesis-