From 191c19be9620007fdd6e283a78fa798991c41186 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 7 Nov 2011 10:34:34 +0000 Subject: [PATCH] Let's not rotate the example clear out of view. SVN revision: 64865 --- legacy/edje/src/examples/lua_script.edc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/edje/src/examples/lua_script.edc b/legacy/edje/src/examples/lua_script.edc index de6cb681d0..f9f90eaea3 100644 --- a/legacy/edje/src/examples/lua_script.edc +++ b/legacy/edje/src/examples/lua_script.edc @@ -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.