Author: paperwing
Date: 2011-07-11 08:10:38 -0700 (Mon, 11 Jul 2011)
New Revision: 26135
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:07:35 UTC (rev 26134)
+++
csplugins/trunk/toronto/yuedong/paperwing-impl/src/main/java/org/cytoscape/paperwing/internal/Graphics.java
2011-07-11 15:10:38 UTC (rev 26135)
@@ -1140,14 +1140,14 @@
glu.gluQuadricDrawStyle(pointerQuadric, GLU.GLU_LINE);
glu.gluQuadricNormals(pointerQuadric, GLU.GLU_NONE);
- float axisLength = 0.062f;
- float overHang = 0.031f;
+ float axisLength = 0.060f;
+ float overHang = 0.030f;
float radius = 0.0025f;
gl.glNewList(pointerListIndex, GL2.GL_COMPILE);
// glu.gluSphere(pointerQuadric, SMALL_SPHERE_RADIUS / 4, 4, 4);
- gl.glColor3f(0.93f, 0.73f, 0.72f);
+ gl.glColor3f(0.93f, 0.23f, 0.32f);
// 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.