X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-scene3d%2Fpublic-api%2Floader%2Flight-parameters.h;fp=dali-scene-loader%2Fpublic-api%2Flight-parameters.h;h=2fde52e567d33ed3730a071dbc37987838a17440;hp=11b014bf76d73fd0effe335a685cc21e8d3e9050;hb=f2ee13ccda8c768fddc68f5208b7dcfa54c07242;hpb=a656457377ae913f2a81b33a506ef905cdf01ff8 diff --git a/dali-scene-loader/public-api/light-parameters.h b/dali-scene3d/public-api/loader/light-parameters.h similarity index 71% rename from dali-scene-loader/public-api/light-parameters.h rename to dali-scene3d/public-api/loader/light-parameters.h index 11b014b..2fde52e 100644 --- a/dali-scene-loader/public-api/light-parameters.h +++ b/dali-scene3d/public-api/loader/light-parameters.h @@ -1,7 +1,7 @@ -#ifndef DALI_SCENE_LOADER_LIGHT_PARAMETERS_H -#define DALI_SCENE_LOADER_LIGHT_PARAMETERS_H +#ifndef DALI_SCENE3D_LOADER_LIGHT_PARAMETERS_H +#define DALI_SCENE3D_LOADER_LIGHT_PARAMETERS_H /* - * Copyright (c) 2021 Samsung Electronics Co., Ltd. + * Copyright (c) 2022 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. @@ -18,7 +18,7 @@ */ // INTERNAL INCLUDES -#include "dali-scene-loader/public-api/api.h" +#include "dali-scene3d/public-api/api.h" // EXTERNAL INCLUDES #include @@ -27,9 +27,11 @@ namespace Dali { -namespace SceneLoader +namespace Scene3D { -struct DALI_SCENE_LOADER_API LightParameters +namespace Loader +{ +struct DALI_SCENE3D_API LightParameters { Matrix transform; @@ -40,7 +42,8 @@ struct DALI_SCENE_LOADER_API LightParameters float orthographicSize; }; -} // namespace SceneLoader +} // namespace Loader +} // namespace Scene3D } // namespace Dali -#endif // DALI_SCENE_LOADER_LIGHT_PARAMETERS_H +#endif // DALI_SCENE3D_LOADER_LIGHT_PARAMETERS_H