[Bprocessor-commit] model/src/net/sourceforge/bprocessor/model/plugin PhysicsSurface.java, 1.1, 1.
Status: Pre-Alpha
Brought to you by:
henryml
From: Sebastian G. <sg...@us...> - 2011-04-26 06:34:01
|
Update of /cvsroot/bprocessor/model/src/net/sourceforge/bprocessor/model/plugin In directory vz-cvs-2.sog:/tmp/cvs-serv1659/src/net/sourceforge/bprocessor/model/plugin Modified Files: PhysicsSurface.java Log Message: Physics, change starting value for planarity Index: PhysicsSurface.java =================================================================== RCS file: /cvsroot/bprocessor/model/src/net/sourceforge/bprocessor/model/plugin/PhysicsSurface.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PhysicsSurface.java 26 Apr 2011 06:23:02 -0000 1.1 --- PhysicsSurface.java 26 Apr 2011 06:33:58 -0000 1.2 *************** *** 44,48 **** lastDiaLength = dl; for (Vertex v : vertices) { ! lastPlaneDist.put(v,new Double(100)); } } --- 44,48 ---- lastDiaLength = dl; for (Vertex v : vertices) { ! lastPlaneDist.put(v,new Double(0)); } } |