[Tizen] Fix hit-test RenderTask error 12/309012/3 accepted/tizen/7.0/unified/20240409.073750 accepted/tizen/7.0/unified/20240409.104407
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 08:37:39 +0000 (17:37 +0900)
commit063833ccd18cb5e2ce43e426083bbebd823caf7f
tree1e704cf829dbcbde1469726ac78e7a5be4ab6825
parentb74403032e0adc9a0759a13a10965a78c7feda4c
[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