From d87408c767d3767220f8b19a73b38663fbaf769b Mon Sep 17 00:00:00 2001 From: curt Date: Thu, 30 Apr 1998 12:34:17 +0000 Subject: [PATCH] Added command line rendering options: enable/disable fog/haze specify smooth/flat shading disable sky blending and just use a solid color enable wireframe drawing mode --- Main/GLUTmain.cxx | 42 ++++++++++++++++++++++++++++++++++-------- Main/fg_init.cxx | 21 ++++++++++++++++++++- Main/options.cxx | 47 ++++++++++++++++++++++++++++++++++++++++++++--- Main/options.hxx | 23 +++++++++++++++++------ Main/views.cxx | 9 ++++++++- 5 files changed, 123 insertions(+), 19 deletions(-) diff --git a/Main/GLUTmain.cxx b/Main/GLUTmain.cxx index 88cd1191c..609096142 100644 --- a/Main/GLUTmain.cxx +++ b/Main/GLUTmain.cxx @@ -54,7 +54,7 @@ #include #include #include -#include +#include #include #include