moss-devel
[Top][All Lists]
Advanced

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

[Moss-devel] CVS: moss/3Dsia/client/3Dcf/src World.cxx,1.9,1.10


From: Felix Morgner <address@hidden>
Subject: [Moss-devel] CVS: moss/3Dsia/client/3Dcf/src World.cxx,1.9,1.10
Date: Thu, 01 May 2003 14:45:52 -0400

Update of /cvsroot/moss/moss/3Dsia/client/3Dcf/src
In directory subversions:/tmp/cvs-serv31591

Modified Files:
        World.cxx 
Log Message:
Not changed any important things :)


Index: World.cxx
===================================================================
RCS file: /cvsroot/moss/moss/3Dsia/client/3Dcf/src/World.cxx,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** World.cxx   24 Mar 2003 22:06:27 -0000      1.9
--- World.cxx   1 May 2003 18:45:50 -0000       1.10
***************
*** 39,43 ****
  
    float afErrorTextColor[] = {1.0, 0.0, 0.0};
! 
  
  CWorld::CWorld(int nParams, char* aszParams[])
--- 39,43 ----
  
    float afErrorTextColor[] = {1.0, 0.0, 0.0};
!   bool bError = false;
  
  CWorld::CWorld(int nParams, char* aszParams[])
***************
*** 113,116 ****
--- 113,119 ----
    glEnable(GL_COLOR_MATERIAL);
    glBlendFunc(GL_SRC_ALPHA, GL_ONE);
+ //  glBlendFunc(GL_SRC_ALPHA, GL_ONE);
+   glEnable(GL_POLYGON_SMOOTH);
+   glEnable(GL_LINE_SMOOTH);
    glColor4f(1.0, 1.0, 1.0, 0.9);
  
***************
*** 308,313 ****
      m_nMiddle = 1;
      glutSetCursor(GLUT_CURSOR_UP_DOWN);
!     cout << "\tNotify ==>  Sorry, but zooming is not fully implementet 
yet.\n";
!     cout << "\tIf you want to help us, send an e-mail to address@hidden \n";
      }
    else if(nButton == GLUT_MIDDLE_BUTTON && nStatus == GLUT_UP)
--- 311,320 ----
      m_nMiddle = 1;
      glutSetCursor(GLUT_CURSOR_UP_DOWN);
!     if(bError == false)
!       {
!       cout << "\tNotify ==>  Sorry, but zooming is not fully implementet 
yet.\n";
!       cout << "\tIf you want to help us, send an e-mail to address@hidden \n";
!       bError = true;
!       }
      }
    else if(nButton == GLUT_MIDDLE_BUTTON && nStatus == GLUT_UP)
***************
*** 333,335 ****
      }
    } // void CWorld::MouseMotion(int x, int y)
- 
--- 340,341 ----





reply via email to

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