*** empty log message ***

This commit is contained in:
Paolo Cignoni 2004-12-17 10:28:10 +00:00
parent ea41fb5580
commit 409ceaf11f
1 changed files with 5 additions and 2 deletions

View File

@ -24,6 +24,9 @@
History History
$Log: not supported by cvs2svn $ $Log: not supported by cvs2svn $
Revision 1.11 2004/09/28 15:30:12 ponchio
Added a 'else'.
Revision 1.10 2004/09/09 14:38:52 ponchio Revision 1.10 2004/09/09 14:38:52 ponchio
#include <gl... -> #include <GL... #include <gl... -> #include <GL...
@ -186,10 +189,10 @@ void Trackball::Draw() {
glPushMatrix(); glPushMatrix();
ApplyInverse(); ApplyInverse();
glBegin(GL_POINTS); /* glBegin(GL_POINTS);
for(vector<Point3f>::iterator vi=Hits.begin();vi!=Hits.end();++vi) for(vector<Point3f>::iterator vi=Hits.begin();vi!=Hits.end();++vi)
glVertex(*vi); glVertex(*vi);
glEnd(); glEnd()*/;
glPopMatrix(); glPopMatrix();
glPushMatrix(); glPushMatrix();