Author: paperwing
Date: 2011-06-03 17:09:20 -0700 (Fri, 03 Jun 2011)
New Revision: 25639

Modified:
   
csplugins/trunk/toronto/yuedong/paperwing-impl/src/main/java/org/cytoscape/paperwing/internal/TestGraphics.java
Log:
added a note about the first-person and orbit camera implementations' angular 
velocities

Modified: 
csplugins/trunk/toronto/yuedong/paperwing-impl/src/main/java/org/cytoscape/paperwing/internal/TestGraphics.java
===================================================================
--- 
csplugins/trunk/toronto/yuedong/paperwing-impl/src/main/java/org/cytoscape/paperwing/internal/TestGraphics.java
     2011-06-04 00:01:57 UTC (rev 25638)
+++ 
csplugins/trunk/toronto/yuedong/paperwing-impl/src/main/java/org/cytoscape/paperwing/internal/TestGraphics.java
     2011-06-04 00:09:20 UTC (rev 25639)
@@ -82,6 +82,8 @@
        public TestGraphics() {
                keys = new KeyboardMonitor();
                mouse = new MouseMonitor();
+               
+               // TODO: add default constant speeds for camera movement
                camera = new SimpleCamera(new Vector3(0, 0, 2), new Vector3(0, 
0, 0), new Vector3(0, 1, 0), 0.04, 0.003, 0.01, 0.01);
        }
        

-- 
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