usata-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Usata-commits] Changes to usata2/src/objects/top-nodes.cpp


From: David Lau
Subject: [Usata-commits] Changes to usata2/src/objects/top-nodes.cpp
Date: Tue, 25 Jan 2005 03:28:28 -0500

Index: usata2/src/objects/top-nodes.cpp
diff -u usata2/src/objects/top-nodes.cpp:1.7 
usata2/src/objects/top-nodes.cpp:1.8
--- usata2/src/objects/top-nodes.cpp:1.7        Sat Jan 15 19:33:57 2005
+++ usata2/src/objects/top-nodes.cpp    Tue Jan 25 08:28:27 2005
@@ -10,7 +10,7 @@
 // included in the software distribution, or visit
 // http://www.fsf.org/licenses/gpl.html.
 //
-// $Id: top-nodes.cpp,v 1.7 2005/01/15 19:33:57 skunix Exp $
+// $Id: top-nodes.cpp,v 1.8 2005/01/25 08:28:27 skunix Exp $
 
 
 #include "top-nodes.hpp"
@@ -88,7 +88,10 @@
        using boost::bind;
        using std::for_each;
        // clear depth buffer
+       glClearColor(0.1,.1,0.1,0);
        glClear(GL_DEPTH_BUFFER_BIT | GL_COLOR_BUFFER_BIT);
+
+       
        glEnable(GL_DEPTH_TEST);
        glMatrixMode(GL_PROJECTION);
        glLoadIdentity();




reply via email to

[Prev in Thread] Current Thread [Next in Thread]