Refactoring model-impl.cpp 85/288585/5
authorseungho baek <sbsh.baek@samsung.com>
Mon, 20 Feb 2023 06:57:09 +0000 (15:57 +0900)
committerseungho baek <sbsh.baek@samsung.com>
Mon, 20 Feb 2023 08:44:58 +0000 (17:44 +0900)
commit41524c0feada4a684fe34d4afc2baf37b6d26e1b
tree3d3a0dcb4aa8b476279029cc4199c236e65c7742
parente0fd225ed0d09d7b02ff1bb7732ae48b00913340
Refactoring model-impl.cpp

 - Extract some method to reduce duplicated code.
 - Reduce braces depth
 - Use return early for easy understanding
 - Separate too long method

Change-Id: I54e09138ae968a15be274fe415cfd3fd245047f8
dali-scene3d/internal/common/environment-map-load-task.cpp
dali-scene3d/internal/common/environment-map-load-task.h
dali-scene3d/internal/controls/model/model-impl.cpp
dali-scene3d/internal/controls/model/model-impl.h
dali-scene3d/internal/controls/scene-view/scene-view-impl.cpp