Change dali-scene-loader to dali-scene3d
[platform/core/uifw/dali-toolkit.git] / dali-scene3d / internal / loader / gltf2-asset.h
similarity index 97%
rename from dali-scene-loader/internal/gltf2-asset.h
rename to dali-scene3d/internal/loader/gltf2-asset.h
index e074c28..7769751 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef DALI_SCENE_LOADER_GLTF2_ASSET_H_
-#define DALI_SCENE_LOADER_GLTF2_ASSET_H_
+#ifndef DALI_SCENE3D_LOADER_GLTF2_ASSET_H_
+#define DALI_SCENE3D_LOADER_GLTF2_ASSET_H_
 /*
  * Copyright (c) 2022 Samsung Electronics Co., Ltd.
  *
@@ -18,8 +18,8 @@
  */
 
 // INTERNAL INCLUDES
-#include "dali-scene-loader/internal/json-reader.h"
-#include "dali-scene-loader/public-api/index.h"
+#include "dali-scene3d/internal/loader/json-reader.h"
+#include "dali-scene3d/public-api/loader/index.h"
 
 // EXTERNAL INCLUDES
 #include <cstdint>
@@ -31,7 +31,7 @@
 
 namespace gltf2
 {
-using Index = Dali::SceneLoader::Index;
+using Index = Dali::Scene3D::Loader::Index;
 
 template<typename T>
 class Ref
@@ -88,7 +88,7 @@ public:
 
 private:
   std::vector<T>* mVector = nullptr;
-  Index           mIndex  = Dali::SceneLoader::INVALID_INDEX;
+  Index           mIndex  = Dali::Scene3D::Loader::INVALID_INDEX;
 };
 
 struct Asset
@@ -595,4 +595,4 @@ Dali::Quaternion ReadQuaternion(const json_value_s& j);
 
 } // namespace gltf2
 
-#endif //DALI_SCENE_LOADER_GLTF2_ASSET_H_
+#endif //DALI_SCENE3D_LOADER_GLTF2_ASSET_H_