evas: avoid useless manipulation during pick object from scene in Evas.Canvas3d
authorOleksandr Shcherbina <o.shcherbina@samsung.com>
Tue, 31 May 2016 21:40:04 +0000 (14:40 -0700)
committerCedric BAIL <cedric@osg.samsung.com>
Tue, 31 May 2016 21:59:26 +0000 (14:59 -0700)
commitc6ce60c44efbff98b396847472588930d25c066b
tree68d65731eb6b04affd09a68dcf7a75d0a921a6c9
parent4a6111920683281e8a8703c87a745037561a9828
evas: avoid useless manipulation during pick object from scene in Evas.Canvas3d

Summary:
It is logically break cycle in case object is found. In case need pick all objects
that lay in screen ray, we should use evas_canvas3d_scene_pick_member_list_get
function.

Reviewers: Hermet, raster, cedric

Reviewed By: cedric

Subscribers: jpeg

Differential Revision: https://phab.enlightenment.org/D3975

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
src/lib/evas/canvas/evas_canvas3d_scene.c