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

---
 Vertex.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Vertex.java b/Vertex.java
index 87c5cac..af5fabf 100644
--- a/Vertex.java
+++ b/Vertex.java
@@ -132,9 +132,9 @@
 
         return Math.abs(/*pos.*/x - vert./*pos.*/x) +
                 Math.abs(/*pos.*/y - vert./*pos.*/y) +
-                Math.abs(/*pos.*/z - vert./*pos.*/z) < 0.00001 && // GraphreeD.epsvertex2 && // WARNING: USE 0.0001 for serial issues
-                (GraphreeD.linkUV || Math.abs(s - vert.s) + Math.abs(t - vert.t) < 0.00001)
-                ; // GraphreeD.epsvertex2;
+                Math.abs(/*pos.*/z - vert./*pos.*/z) < 0.00001 && // GrafreeD.epsvertex2 && // WARNING: USE 0.0001 for serial issues
+                (GrafreeD.linkUV || Math.abs(s - vert.s) + Math.abs(t - vert.t) < 0.00001)
+                ; // GrafreeD.epsvertex2;
     }
     /*
     public boolean isSame(Object o)

--
Gitblit v1.6.2