paragui-cvs
[Top][All Lists]
Advanced

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

[paragui-cvs] CVS: paragui/test gltest.cpp,1.1.2.8,1.1.2.9


From: Teunis Peters <address@hidden>
Subject: [paragui-cvs] CVS: paragui/test gltest.cpp,1.1.2.8,1.1.2.9
Date: Mon, 03 Feb 2003 11:40:02 -0500

Update of /cvsroot/paragui/paragui/test
In directory subversions:/tmp/cvs-serv7702/test

Modified Files:
      Tag: devel-opengl
        gltest.cpp 
Log Message:
updates to handle multiframe pictures - specifically for building font 
accelerations.


Index: gltest.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/test/Attic/gltest.cpp,v
retrieving revision 1.1.2.8
retrieving revision 1.1.2.9
diff -C2 -r1.1.2.8 -r1.1.2.9
*** gltest.cpp  31 Oct 2002 17:54:20 -0000      1.1.2.8
--- gltest.cpp  3 Feb 2003 16:40:00 -0000       1.1.2.9
***************
*** 120,124 ****
          glPushMatrix();
          glLoadIdentity( );
!         // glRotatef(5.0 * tickstate, 1.0, 1.0, 1.0);
  
          glBegin( GL_QUADS );
--- 120,124 ----
          glPushMatrix();
          glLoadIdentity( );
!         glRotatef(5.0 * tickstate, 1.0, 1.0, 1.0);
  
          glBegin( GL_QUADS );
***************
*** 258,262 ****
  Uint32 PlayField2::eventTimer(PG_TimerID id, Uint32 interval) {
        tickstate++;
!       /* PG_LogDBG("eventTimer(%i, %i)", id, interval); */
        if(tickstate >= 40) {
                tickstate = 0;
--- 258,262 ----
  Uint32 PlayField2::eventTimer(PG_TimerID id, Uint32 interval) {
        tickstate++;
!       PG_LogDBG("eventTimer(%i, %i)", id, interval);
        if(tickstate >= 40) {
                tickstate = 0;
***************
*** 349,353 ****
  #endif
  
! #if 0
    PlayField2 anim_test2(NULL,
                        PG_Rect(260, 300, 120, 100)
--- 349,353 ----
  #endif
  
! #if 1
    PlayField2 anim_test2(NULL,
                        PG_Rect(260, 300, 120, 100)





reply via email to

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