Normand Briere
2019-05-13 f924d3e00db476c06f55f3d5aaef307e17575340
BoundaryRep.java
....@@ -500,7 +500,7 @@
500500 static Vertex vertextemp = new Vertex(true);
501501 static Vertex vertextemp2 = new Vertex(true);
502502
503
- static double SEUIL = 0.1f; // 0.1 for rag doll; 0.07;
503
+ static double SEUIL = 0.05f; // 0.1 for rag doll; 0.07;
504504
505505 // Compute weight of point w/r to this
506506 float ComputeWeight(Vertex v, double[][] toRoot, int k)