commit 1317832f64119ee607383f234369be4942acedfb
Author: Leszek Koltunski <leszek@distorted.org>
Date:   Sun Jul 3 23:15:21 2016 +0100

    new icon.

diff --git a/src/main/java/org/distorted/examples/olimpic/OlimpicRenderer.java b/src/main/java/org/distorted/examples/olimpic/OlimpicRenderer.java
index e6762fe..aa271e6 100644
--- a/src/main/java/org/distorted/examples/olimpic/OlimpicRenderer.java
+++ b/src/main/java/org/distorted/examples/olimpic/OlimpicRenderer.java
@@ -103,7 +103,7 @@ class OlimpicRenderer implements GLSurfaceView.Renderer
         tmp = (DistortedBitmap)mCircleNode[i].getObject();
         tmp.move( new Static3D(positions[2*i], positions[2*i+1], 0) );
         tmp.rotate( mRot, axis, center );
-        tmp.chroma( new Static1D(0.5f), new Static3D(colors[3*i],colors[3*i+1], colors[3*i+2]) );
+        tmp.chroma( new Static1D(0.8f), new Static3D(colors[3*i],colors[3*i+1], colors[3*i+2]) );
         }
       }
 
diff --git a/src/main/res/drawable-hdpi/icon_example_vertex3d.png b/src/main/res/drawable-hdpi/icon_example_vertex3d.png
index 8074c9b..a378eea 100644
Binary files a/src/main/res/drawable-hdpi/icon_example_vertex3d.png and b/src/main/res/drawable-hdpi/icon_example_vertex3d.png differ
