Index: examples/eqPly/config.cpp
===================================================================
--- examples/eqPly/config.cpp	(revision 1679)
+++ examples/eqPly/config.cpp	(working copy)
@@ -77,6 +77,10 @@
         setHeadMatrix( headMatrix );
     }
 
+    vmml::Matrix4f headMatrix = vmml::Matrix4f::IDENTITY;
+    headMatrix.x = 1.0f;
+    setHeadMatrix( headMatrix );
+
     // update database
     _frameData.data.rotation.preRotateX( -0.001f * _spinX );
     _frameData.data.rotation.preRotateY( -0.001f * _spinY );
