#include <Math/fg_random.h>
#include <Math/mat3.h>
#include <Math/polar.h>
-#include <Scenery/scenery.h>
+#include <Scenery/scenery.hxx>
#include <Time/fg_timer.hxx>
#include <Weather/weather.h>
/* $Log$
-/* Revision 1.2 1998/04/25 22:06:26 curt
-/* Edited cvs log messages in source files ... bad bad bad!
+/* Revision 1.3 1998/04/30 12:36:02 curt
+/* C++-ifying a couple source files.
/*
+ * Revision 1.2 1998/04/25 22:06:26 curt
+ * Edited cvs log messages in source files ... bad bad bad!
+ *
* Revision 1.1 1998/04/24 00:45:54 curt
* C++-ifing the code a bit.
*
#include <Math/fg_random.h>
#include <Math/mat3.h>
#include <Math/polar.h>
-#include <Scenery/scenery.h>
+#include <Scenery/scenery.hxx>
#include <Time/fg_timer.hxx>
#include <Weather/weather.h>
}
/* $Log$
-/* Revision 1.2 1998/04/25 22:06:27 curt
-/* Edited cvs log messages in source files ... bad bad bad!
+/* Revision 1.3 1998/04/30 12:36:02 curt
+/* C++-ifying a couple source files.
/*
+ * Revision 1.2 1998/04/25 22:06:27 curt
+ * Edited cvs log messages in source files ... bad bad bad!
+ *
* Revision 1.1 1998/04/24 00:45:57 curt
* C++-ifing the code a bit.
*
| Todo
--------------------------------------------------------------------------
+4/29/98 - Option to toggle between smooth / flat shading.
+
4/28/98 - Write a perl script to rename -> *.[ch]xx to *.[ch]pp and update
#include entries as well.
version of stripe)
12/29/97 - Add a mechanism to parse command line options
- * A simple clear-screen sky.
- * No fog.
+ * (done) A simple clear-screen sky.
+ * (done) No fog.
* No astronomy.
* Less detailed terrain.
* Texture - but no MIP-mapping.
* Texture - but no bilinear blending.
- * No texture.
+ * (done) No texture.
12/29/97 - sky tweaking
Steve Baker writes:
#include <Math/mat3.h>
#include <Math/polar.h>
#include <Math/vector.h>
-#include <Scenery/scenery.h>
+#include <Scenery/scenery.hxx>
#include "fg_time.hxx"
#include "sunpos.hxx"
// $Log$
+// Revision 1.7 1998/04/30 12:36:05 curt
+// C++-ifying a couple source files.
+//
// Revision 1.6 1998/04/28 01:22:18 curt
// Type-ified fgTIME and fgVIEW.
//