Let's not rotate the example clear out of view.
authoronefang <onefang>
Mon, 7 Nov 2011 10:34:34 +0000 (10:34 +0000)
committeronefang <onefang@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 7 Nov 2011 10:34:34 +0000 (10:34 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@64865 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/examples/lua_script.edc

index de6cb68..f9f90ea 100644 (file)
@@ -186,7 +186,7 @@ collections {
          --// Toss it around.
          D.map:rotate(45.0, 75, 75);
          D.map:zoom(1.5, 1.5, 75, 75);
-         D.map:rotate3d(90.0, 180.0, 45.0, 75, 75, 0);
+         D.map:rotate3d(10.0, 20.0, 30.0, 75, 75, 0);
          D.map:perspective(200, 200, 0, 20);
 
          --// For image UV mapping.