commit b56faf5097481bc65e6d31802ffde795e2bcf596
Author: Leszek Koltunski <leszek@distoretedandroid.org>
Date:   Tue Nov 15 16:32:29 2016 +0000

    Progress with Around The World

diff --git a/src/main/java/org/distorted/examples/aroundtheworld/AroundTheWorldEffectsManager.java b/src/main/java/org/distorted/examples/aroundtheworld/AroundTheWorldEffectsManager.java
index 309c866..b4333f9 100644
--- a/src/main/java/org/distorted/examples/aroundtheworld/AroundTheWorldEffectsManager.java
+++ b/src/main/java/org/distorted/examples/aroundtheworld/AroundTheWorldEffectsManager.java
@@ -56,17 +56,17 @@ class AroundTheWorldEffectsManager
     mBlackness = 0;
     mAsianness = 0;
 
-    centerLEye = new Static3D( 88,117,0);
-    centerREye = new Static3D(211,117,0);
-    centerNose = new Static3D(150,175,0);
-    centerLips = new Static3D(150,240,0);
-
-    regionPinchSwirl = new Static4D(0,0,42,100);
-    regionNose       = new Static4D(0,0,51,100);
-    regionLips       = new Static4D(0,0,57,100);
-    regionSkin       = new Static4D(150,150,300,300);
-    regionLEye       = new Static4D( 87,117,15,12);
-    regionREye       = new Static4D(213,117,15,12);
+    centerLEye = new Static3D(175,235,0);
+    centerREye = new Static3D(418,235,0);
+    centerNose = new Static3D(300,328,0);
+    centerLips = new Static3D(300,494,0);
+
+    regionPinchSwirl = new Static4D(0,0,65,65);
+    regionNose       = new Static4D(0,0,89,89);
+    regionLips       = new Static4D(0,0,95,95);
+    regionSkin       = new Static4D(300,300,600,600);
+    regionLEye       = new Static4D(175,232,32,20);
+    regionREye       = new Static4D(422,232,32,20);
 
     pinchFactor      = new Static2D(1.0f, 0.0f);
     swirlFactor1     = new Static1D(1.0f);
diff --git a/src/main/java/org/distorted/examples/bean/BeanRenderer.java b/src/main/java/org/distorted/examples/bean/BeanRenderer.java
index 29ceb20..585b300 100644
--- a/src/main/java/org/distorted/examples/bean/BeanRenderer.java
+++ b/src/main/java/org/distorted/examples/bean/BeanRenderer.java
@@ -31,7 +31,6 @@ import org.distorted.library.EffectTypes;
 import org.distorted.library.Distorted;
 import org.distorted.library.DistortedBitmap;
 import org.distorted.library.type.Dynamic3D;
-import org.distorted.library.type.Static2D;
 import org.distorted.library.type.Static3D;
 import org.distorted.library.type.Static4D;
 
@@ -53,7 +52,7 @@ class BeanRenderer implements GLSurfaceView.Renderer
     
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
-   public BeanRenderer(GLSurfaceView v) 
+   BeanRenderer(GLSurfaceView v)
       {
       mView = v;
      
