From f274b46b127d9213127c72b603a983493b0f567a Mon Sep 17 00:00:00 2001
From: amandaghassaei <amandaghassaei@gmail.com>
Date: Sun, 30 Apr 2017 01:59:46 -0400
Subject: [PATCH] small change

---
 index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html
index 9d42f2f..d3a0bbb 100644
--- a/index.html
+++ b/index.html
@@ -180,7 +180,7 @@
                 if (creaseMeta2[3] < 0.0){//crease reaction
                     float nodeNum = creaseMeta2[2];
 
-                    //node #1
+                    //node #1 
                     float normalIndex1D = thetas[2];
                     vec2 normalsIndex = vec2(mod(normalIndex1D, u_textureDimFaces.x)+0.5, floor(normalIndex1D/u_textureDimFaces.x)+0.5);
                     vec2 scaledNormalsIndex = normalsIndex/u_textureDimFaces;
-- 
GitLab