cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=004f2b49a985764a04d62d30cf9babe9da954118

commit 004f2b49a985764a04d62d30cf9babe9da954118
Author: Ivan Furs <i.f...@samsung.com>
Date:   Tue Jul 28 01:40:04 2015 +0200

    evas canvas3d: bounding box does not change the position according object
    
    Summary:
    This fix need for synchronous rotation mesh and aabb of  "sonic" in example 
"evas-3d-aabb.c".
    @fix
    
    Reviewers: Hermet, cedric
    
    Reviewed By: cedric
    
    Subscribers: sri.hebbar, cedric
    
    Differential Revision: https://phab.enlightenment.org/D2779
    
    Signed-off-by: Cedric BAIL <ced...@osg.samsung.com>
---
 src/examples/evas/evas-3d-aabb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/examples/evas/evas-3d-aabb.c b/src/examples/evas/evas-3d-aabb.c
index 7b91089..c9aa61b 100644
--- a/src/examples/evas/evas-3d-aabb.c
+++ b/src/examples/evas/evas-3d-aabb.c
@@ -257,7 +257,7 @@ main(void)
    evas_object_focus_set(image, EINA_TRUE);
    eo_do(image, evas_obj_image_scene_set(scene));
 
-   evas_object_event_callback_add(image, EVAS_CALLBACK_KEY_DOWN, _on_key_down, 
root_node);
+   evas_object_event_callback_add(image, EVAS_CALLBACK_KEY_DOWN, _on_key_down, 
mesh_node);
 
    ecore_timer_add(0.01, _animate_scene, mesh_node);
 

-- 


Reply via email to