[Tizen] Fix hit-test RenderTask error 70/309270/1 accepted/tizen/8.0/unified/20240409.150706
authorhuiyu.eun <huiyu.eun@samsung.com>
Wed, 3 Apr 2024 06:08:22 +0000 (15:08 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Mon, 8 Apr 2024 06:10:38 +0000 (15:10 +0900)
commit2b663e60cea624b8a416a2f50825ecd3fadbcd21
tree9403291d0b6ba325dbec8bd2034214fca5960a66
parentf3bfa44065763a69cc931d680ec7a5ef449bd04f
[Tizen] Fix hit-test RenderTask error

There is a problem that the hit-test does not work properly because the
RenderTask is always fetched with a fixed index from the RenderTaskList.
It is fixed by passing the corresponding SceneView's RenderTask.

Change-Id: Id114c839455613fc4ed6437e2cb8482ee6677be9
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
dali-scene3d/internal/controls/scene-view/scene-view-impl.cpp
dali-scene3d/internal/controls/scene-view/scene-view-impl.h
dali-scene3d/internal/event/collider-mesh-processor-impl.cpp