From 314b34423070cf127464da79a53cddf6b1c38587 Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Sat, 06 May 2017 20:33:17 -0400
Subject: [PATCH] Skin shader

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

diff --git a/BoundaryRep.java b/BoundaryRep.java
index 12a985c..7fc9789 100644
--- a/BoundaryRep.java
+++ b/BoundaryRep.java
@@ -2163,7 +2163,7 @@
              //   if (slow)
     // aout 2013
                 // sept 2013 merde...
-                W = 13;
+                W = 3; // 13;
 
            // POSERATE
                     if (CameraPane.tickcount > 0 || CameraPane.SLOWPOSE)
@@ -4233,7 +4233,7 @@
         int count = VertexCount();
         
         // mars 2014
-        while (step >= count)
+        while (step > count)
             step /= 10;
         
         for (int i = 0; i < count; i+=step)

--
Gitblit v1.6.2