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/test_object.cpp


From: David Lau
Subject: [Usata-commits] Changes to usata2/src/objects/test_object.cpp
Date: Sat, 15 Jan 2005 14:33:57 -0500

Index: usata2/src/objects/test_object.cpp
diff -u usata2/src/objects/test_object.cpp:1.10 
usata2/src/objects/test_object.cpp:1.11
--- usata2/src/objects/test_object.cpp:1.10     Sat Jan 15 19:17:35 2005
+++ usata2/src/objects/test_object.cpp  Sat Jan 15 19:33:57 2005
@@ -10,7 +10,7 @@
 // included in the software distribution, or visit
 // http://www.fsf.org/licenses/gpl.html.
 //
-// $Id: test_object.cpp,v 1.10 2005/01/15 19:17:35 skunix Exp $
+// $Id: test_object.cpp,v 1.11 2005/01/15 19:33:57 skunix Exp $
 
 #include "../object.hpp"
 #include "../object-registry.hpp"
@@ -59,10 +59,9 @@
                glPushMatrix();
                glEnable(GL_TEXTURE_2D);
                glBindTexture(GL_TEXTURE_2D, t->get_tex());
-               
                glTranslatef(0,0,-1.0);
-               glRotatef(spin, 0, 1,0);
-
+               glRotatef(spin, 0, -1,0);
+               
                glBegin(GL_TRIANGLES);
                glTexCoord2f(0,0);
                glVertex3f(-.5, 0.0, .0);




reply via email to

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