Author: paperwing
Date: 2011-07-13 06:58:21 -0700 (Wed, 13 Jul 2011)
New Revision: 26163
Modified:
csplugins/trunk/toronto/yuedong/paperwing-impl/src/main/java/org/cytoscape/paperwing/internal/Graphics.java
Log:
updated GL_SELECT buffer size
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-13 13:43:38 UTC (rev 26162)
+++
csplugins/trunk/toronto/yuedong/paperwing-impl/src/main/java/org/cytoscape/paperwing/internal/Graphics.java
2011-07-13 13:58:21 UTC (rev 26163)
@@ -787,7 +787,7 @@
int bufferSize = 1024;
if (selectAll) {
- bufferSize = 1024;
+ bufferSize = 8128;
}
ByteBuffer byteBuffer = ByteBuffer.allocateDirect(bufferSize);
--
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.