Revision: 7580
http://playerstage.svn.sourceforge.net/playerstage/?rev=7580&view=rev
Author: rtv
Date: 2009-04-07 01:45:59 +0000 (Tue, 07 Apr 2009)
Log Message:
-----------
debugging rasterization
Modified Paths:
--------------
code/stage/trunk/libstage/model.cc
Modified: code/stage/trunk/libstage/model.cc
===================================================================
--- code/stage/trunk/libstage/model.cc 2009-04-07 01:45:21 UTC (rev 7579)
+++ code/stage/trunk/libstage/model.cc 2009-04-07 01:45:59 UTC (rev 7580)
@@ -264,7 +264,7 @@
// now we can add the basic square shape
AddBlockRect( -0.5, -0.5, 1.0, 1.0, 1.0 );
- AddVisualizer( &rastervis, true );
+ AddVisualizer( &rastervis, false );
PRINT_DEBUG2( "finished model %s @ %p", this->token, this );
}
@@ -1080,9 +1080,9 @@
//if( data[ x + y*width ] )
glRectf( x, y, x+1, y+1 );
- char buf[128];
- snprintf( buf, 127, "[%u x %u]", x, y );
- Gl::draw_string( x, y, 0, buf );
+// char buf[128];
+// snprintf( buf, 127, "[%u x %u]", x, y );
+// Gl::draw_string( x, y, 0, buf );
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit