From 6438a27244e91db40da97fa959cd40f97178dcf9 Mon Sep 17 00:00:00 2001 From: curt Date: Thu, 17 Sep 1998 18:35:30 +0000 Subject: [PATCH] Added F8 to toggle fog and F9 to toggle texturing. --- Main/GLUTkey.cxx | 40 +++++++++++++++++++++++++++++++++---- Main/options.hxx | 22 ++++++++++++++++++++ Main/views.cxx | 52 ++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 110 insertions(+), 4 deletions(-) diff --git a/Main/GLUTkey.cxx b/Main/GLUTkey.cxx index 00fbd831c..24b850396 100644 --- a/Main/GLUTkey.cxx +++ b/Main/GLUTkey.cxx @@ -47,6 +47,7 @@ #include #include #include +#include #include #include