Author: paperwing
Date: 2011-07-11 08:07:35 -0700 (Mon, 11 Jul 2011)
New Revision: 26134

Modified:
   
csplugins/trunk/toronto/yuedong/paperwing-impl/src/main/java/org/cytoscape/paperwing/internal/Graphics.java
Log:


Modified: 
csplugins/trunk/toronto/yuedong/paperwing-impl/src/main/java/org/cytoscape/paperwing/internal/Graphics.java
===================================================================
--- 
csplugins/trunk/toronto/yuedong/paperwing-impl/src/main/java/org/cytoscape/paperwing/internal/Graphics.java
 2011-07-11 15:02:28 UTC (rev 26133)
+++ 
csplugins/trunk/toronto/yuedong/paperwing-impl/src/main/java/org/cytoscape/paperwing/internal/Graphics.java
 2011-07-11 15:07:35 UTC (rev 26134)
@@ -1140,14 +1140,14 @@
                glu.gluQuadricDrawStyle(pointerQuadric, GLU.GLU_LINE);
                glu.gluQuadricNormals(pointerQuadric, GLU.GLU_NONE);
                
-               float axisLength = 0.055f;
-               float overHang = 0.0275f;
-               float radius = 0.003f;
+               float axisLength = 0.062f;
+               float overHang = 0.031f;
+               float radius = 0.0025f;
                
                gl.glNewList(pointerListIndex, GL2.GL_COMPILE);
                // glu.gluSphere(pointerQuadric, SMALL_SPHERE_RADIUS / 4, 4, 4);
                
-               gl.glColor3f(0.83f, 0.73f, 0.72f);
+               gl.glColor3f(0.93f, 0.73f, 0.72f);
                
                // Draw X axis
                gl.glTranslatef(-overHang, 0.0f, 0.0f);

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.

Reply via email to