From: Eunki, Hong Date: Thu, 1 Jun 2023 01:12:04 +0000 (+0900) Subject: [Tizen] Use dali-scene3d.h instead of partial includes X-Git-Tag: accepted/tizen/7.0/unified/20230825.185059~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=776523988e25cb8936dd7ac873aad57064d69b8b;p=platform%2Fcore%2Fuifw%2Fdali-demo.git [Tizen] Use dali-scene3d.h instead of partial includes Build test + app useage test for scene3d app Change-Id: I565cc2b56403289ad53980baa497a6d7c5f4412c Signed-off-by: Eunki, Hong --- diff --git a/examples/scene3d-model/scene3d-model-example.cpp b/examples/scene3d-model/scene3d-model-example.cpp index 1a08850..e9dda2a 100644 --- a/examples/scene3d-model/scene3d-model-example.cpp +++ b/examples/scene3d-model/scene3d-model-example.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Samsung Electronics Co., Ltd. + * Copyright (c) 2023 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -15,6 +15,7 @@ * */ +#include #include #include #include @@ -24,9 +25,6 @@ #include #include -#include -#include - using namespace Dali; using namespace Dali::Toolkit; @@ -43,7 +41,6 @@ using namespace Dali::Toolkit; namespace { - static constexpr int32_t NUM_OF_GLTF_MODELS = 7; const char* gltf_list[7] =