commit 2113cf12cea39484f8f15794515a28fc018aea6d
Author: Leszek Koltunski <leszek@koltunski.pl>
Date:   Thu Oct 22 13:49:11 2020 +0100

    New Ivy mesh.

diff --git a/src/main/java/org/distorted/objects/FactoryCubit.java b/src/main/java/org/distorted/objects/FactoryCubit.java
index 53422018..06dbeb0b 100644
--- a/src/main/java/org/distorted/objects/FactoryCubit.java
+++ b/src/main/java/org/distorted/objects/FactoryCubit.java
@@ -530,13 +530,13 @@ class FactoryCubit
     float[] bands0 = computeBands(+0.01f,12,0.2f,0.5f,5);
     float[] bands1 = computeBands(-0.10f,20,0.2f,0.0f,2);
 
-    meshes[0] = new MeshPolygon(vertices,bands0,0,0);
+    meshes[0] = new MeshPolygon(vertices,bands0,1,2);
     meshes[0].setEffectAssociation(0,1,0);
     meshes[1] = meshes[0].copy(true);
     meshes[1].setEffectAssociation(0,2,0);
     meshes[2] = meshes[0].copy(true);
     meshes[2].setEffectAssociation(0,4,0);
-    meshes[3] = new MeshPolygon(vertices,bands1,0,0);
+    meshes[3] = new MeshPolygon(vertices,bands1,1,2);
     meshes[3].setEffectAssociation(0,8,0);
     meshes[4] = meshes[3].copy(true);
     meshes[4].setEffectAssociation(0,16,0);
@@ -1268,7 +1268,7 @@ class FactoryCubit
     Static3D center = new Static3D(-0.5f,-0.5f,-0.5f);
     Static3D[] vertices = new Static3D[1];
     vertices[0] = new Static3D(+0.0f,+0.0f,+0.0f);
-    roundCorners(mesh,center,vertices,0.04f,0.20f);
+    roundCorners(mesh,center,vertices,0.06f,0.15f);
 
     mesh.mergeEffComponents();
 
diff --git a/src/main/res/raw/ivy.dmesh b/src/main/res/raw/ivy.dmesh
index 243d4187..b235ea9d 100644
Binary files a/src/main/res/raw/ivy.dmesh and b/src/main/res/raw/ivy.dmesh differ
