Update of /cvsroot/bprocessor/gl/src/net/sourceforge/bprocessor/gl/view
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23704/src/net/sourceforge/bprocessor/gl/view
Modified Files:
View.java
Log Message:
some progress on protractor
Index: View.java
===================================================================
RCS file: /cvsroot/bprocessor/gl/src/net/sourceforge/bprocessor/gl/view/View.java,v
retrieving revision 1.258
retrieving revision 1.259
diff -C2 -d -r1.258 -r1.259
*** View.java 13 Nov 2007 12:19:22 -0000 1.258
--- View.java 15 Nov 2007 08:41:09 -0000 1.259
***************
*** 1324,1330 ****
bufferOffset += 3;
}
! }
! log.debug("Found surface:" + surface + " edge:" + edge + " vertex:" + vertex +
! " glObject:" + glo);
if (surface != null) {
if (unWantedEntities.contains(surface)) {
--- 1324,1328 ----
bufferOffset += 3;
}
! }
if (surface != null) {
if (unWantedEntities.contains(surface)) {
|