Update of /cvsroot/bprocessor/gl/src/net/sourceforge/bprocessor/gl/view
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv13818/src/net/sourceforge/bprocessor/gl/view
Modified Files:
View.java
Log Message:
Got rid of the yellow line and the blue dot
Index: View.java
===================================================================
RCS file: /cvsroot/bprocessor/gl/src/net/sourceforge/bprocessor/gl/view/View.java,v
retrieving revision 1.226
retrieving revision 1.227
diff -C2 -d -r1.226 -r1.227
*** View.java 31 Aug 2007 10:04:27 -0000 1.226
--- View.java 31 Aug 2007 12:25:11 -0000 1.227
***************
*** 145,149 ****
/** Used for vertices on edges */
! public static final float[] EDGE_ON_COLOR = new float[] {0.2f, 0.3f, 0.6f};
/** Used for constructor objects */
--- 145,152 ----
/** Used for vertices on edges */
! public static final float[] EDGE_ON_COLOR = new float[] {0.2f, 0.3f, 0.6f};
!
! /** Used for testing */
! public static final float[] UGLY_COLOR = new float[] {0.0f, 1.0f, 1.0f};
/** Used for constructor objects */
|