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 <cedric@osg.samsung.com>
This commit is contained in:
Ivan Furs 2015-07-28 01:40:04 +02:00 committed by Cedric BAIL
parent 88b2bfe435
commit 004f2b49a9
1 changed files with 1 additions and 1 deletions

View File

@ -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);