commit 06ad47b6380d31b860c2613bb78485925f5b729b
Author: Leszek Koltunski <leszek@koltunski.pl>
Date:   Thu Jun 3 16:36:17 2021 +0200

    Progress with cubit shapes of the Square-1.

diff --git a/src/main/java/org/distorted/objects/TwistySquare1.java b/src/main/java/org/distorted/objects/TwistySquare1.java
index bacb28b5..faf07e3e 100644
--- a/src/main/java/org/distorted/objects/TwistySquare1.java
+++ b/src/main/java/org/distorted/objects/TwistySquare1.java
@@ -261,9 +261,9 @@ class TwistySquare1 extends TwistyObject
         {
         float[][] bands= new float[][]
           {
-             {0.04f,35,0.5f,0.7f,6,2,2},
-             {0.02f,35,0.5f,0.7f,6,2,2},
-             {0.00f, 0,1.0f,0.0f,2,0,0}
+             {0.040f,35,0.8f,1.0f,5,2,1},
+             {0.020f,35,0.8f,1.0f,5,2,1},
+             {0.001f,35,0.8f,1.0f,5,2,1}
           };
         int[] bandIndexes   = new int[] { 2,2,1,1,0,2 };
         float[][] corners   = new float[][] { {0.04f,0.05f} };
@@ -287,11 +287,11 @@ class TwistySquare1 extends TwistyObject
         {
         float[][] bands= new float[][]
           {
-            {0.038f,35,0.250f,0.7f, 7,2,2},
-            {0.000f, 0,0.125f,0.2f, 3,1,1}
+            {0.038f,35,0.5f,0.9f, 5,2,1},
+            {0.001f,35,0.5f,0.9f, 5,2,1}
           };
-        int[] bandIndexes   = new int[] { 1,1,0,1,1 };
-        float[][] corners   = new float[][] { {0.06f,0.20f} };
+        int[] bandIndexes   = new int[] { 0,1,0,1,1 };
+        float[][] corners   = new float[][] { {0.05f,0.20f} };
         int[] cornerIndexes = new int[] { 0,0,-1,0,0,-1 };
         float[][] centers   = new float[][] { { 0.0f, 0.0f,-0.5f} };
         int[] centerIndexes = new int[] { 0,0,-1,0,0,-1 };
@@ -312,11 +312,11 @@ class TwistySquare1 extends TwistyObject
         {
         float[][] bands= new float[][]
           {
-            {0.038f,35,0.250f,0.7f, 7,2,2},
-            {0.000f, 0,0.125f,0.2f, 3,1,1}
+            {0.038f,35,0.9f,1.0f, 5,2,1},
+            {0.001f,35,0.9f,1.0f, 5,2,1}
           };
-        int[] bandIndexes   = new int[] { 1,1,0,0,1,1 };
-        float[][] corners   = new float[][] { {0.08f,0.20f} };
+        int[] bandIndexes   = new int[] { 0,1,0,0,1,1 };
+        float[][] corners   = new float[][] { {0.07f,0.20f} };
         int[] cornerIndexes = new int[] { 0,0,0,-1,0,0,0,-1 };
         float[][] centers   = new float[][] { { -0.5f, 0.0f,-0.5f} };
         int[] centerIndexes = new int[] { -1,0,-1,-1,-1,0,-1,-1 };
