Update of /cvsroot/playerstage/code/stage/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27622/src

Modified Files:
      Tag: opengl
        model_laser.cc 
Log Message:
tweked colors

Index: model_laser.cc
===================================================================
RCS file: /cvsroot/playerstage/code/stage/src/Attic/model_laser.cc,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -d -r1.1.2.3 -r1.1.2.4
*** model_laser.cc      10 Jul 2007 02:15:47 -0000      1.1.2.3
--- model_laser.cc      10 Jul 2007 02:18:52 -0000      1.1.2.4
***************
*** 353,357 ****
        glVertexPointer( 2, GL_FLOAT, 0, pts );
        
!       glColor4f( 0, 0, 1, 0.2 );
        glPolygonMode( GL_FRONT_AND_BACK, world->win->show_alpha ? GL_FILL : 
GL_LINES );
        glDrawArrays( GL_POLYGON, 0, sample_count+1 );
--- 353,357 ----
        glVertexPointer( 2, GL_FLOAT, 0, pts );
        
!       glColor4f( 0, 0, 1, 0.1 );
        glPolygonMode( GL_FRONT_AND_BACK, world->win->show_alpha ? GL_FILL : 
GL_LINES );
        glDrawArrays( GL_POLYGON, 0, sample_count+1 );


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to