From 5e1c410f8b99d246d1bbf828bbd8445bb716feeb Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Mon, 09 Sep 2019 21:59:44 -0400
Subject: [PATCH] Download tab + resized icons.

---
 BoundaryRep.java |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/BoundaryRep.java b/BoundaryRep.java
index 26fd616..8891b1a 100644
--- a/BoundaryRep.java
+++ b/BoundaryRep.java
@@ -530,7 +530,7 @@
     static Vertex vertextemp = new Vertex(true);
     static Vertex vertextemp2 = new Vertex(true);
     
-    static double SEUIL = 0.05f; // 0.1 for rag doll; 0.07;
+    static double SEUIL = 0.025f; // 0.1 for rag doll; 0.07;
         
     // Compute weight of point w/r to this
     float ComputeWeight(Vertex v, double[][] toRoot, int k)
@@ -2003,8 +2003,8 @@
                 
                 // Warning: faster but dangerous
                 if (v.weights != null && v.weights[j]
-                        // == 0)
-                        < 0.0001 * v.totalweight)
+                         == 0)
+                        //< 0.001 * v.totalweight)
                 {
                     //testweight += v.weights[j-1];
                     continue;
@@ -3774,7 +3774,7 @@
         
         //tempRep.Unstripify();
         
-        tempRep.GenerateNormals2(crease);
+        tempRep.GenerateNormals(crease);
         
         boolean keepnormal = Vertex.normalmode;
         boolean epsequal = Grafreed.epsequal;

--
Gitblit v1.6.2