debug.cpp

Go to the documentation of this file.
00001 /* ============================================================================
00002 'debug.cpp' defines a set of global debugging flags..
00003 
00004 Written by Nicholas Phillips.
00005 ============================================================================ */
00006 /*
00007                         Fetch header files.
00008 */
00009 #include "debug.h"
00010 /*
00011                         Flags.
00012 */
00013 bool showrigging = false;       // Show the rigging?
00014 bool showtex     = true;        // Allow map texture to be displayed?
00015 bool showmoll    = false;       // Display only the Mollweide projection?
00016 bool showpolar   = true;        // Allow the display polar angle vectors?
00017 bool showface6   = false;       // Display face 6?

Generated on Fri Feb 6 15:32:42 2009 for Skyviewer by  doxygen 1.4.7