Fix hit-test RenderTask error 78/308978/3
authorhuiyu.eun <huiyu.eun@samsung.com>
Wed, 3 Apr 2024 06:08:22 +0000 (15:08 +0900)
committerhuiyu.eun <huiyu.eun@samsung.com>
Thu, 4 Apr 2024 04:46:29 +0000 (13:46 +0900)
commite56b438eb067a63ff863da600c7c6b75ab370c1b
tree5b8f6a0a23b87d8b888af574e92b58145ec8a73e
parente34fb2329bb84005e6e87f6503097d5c0e564fe8
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