BoundaryRep.java
.. .. @@ -500,7 +500,7 @@ 500 500 static Vertex vertextemp = new Vertex(true); 501 501 static Vertex vertextemp2 = new Vertex(true); 502 502 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;504 504 505 505 // Compute weight of point w/r to this 506 506 float ComputeWeight(Vertex v, double[][] toRoot, int k)