X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-scene-loader%2Fpublic-api%2Fmesh-geometry.h;h=5b46e0fec0087d998571f871fa3d442fea1540d2;hb=aefac7b91818861d25e2312ea4b63d2deb1a9a86;hp=bf282dacd606bdaf9d6693202cbe2f3fcf8bb36a;hpb=bd126b5d480c08bf7a995b2c4532e80e76ec4ad2;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-scene-loader/public-api/mesh-geometry.h b/dali-scene-loader/public-api/mesh-geometry.h index bf282da..5b46e0f 100644 --- a/dali-scene-loader/public-api/mesh-geometry.h +++ b/dali-scene-loader/public-api/mesh-geometry.h @@ -1,7 +1,7 @@ #ifndef DALI_SCENE_LOADER_MESH_GEOMETRY_H #define DALI_SCENE_LOADER_MESH_GEOMETRY_H /* - * Copyright (c) 2020 Samsung Electronics Co., Ltd. + * Copyright (c) 2021 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. @@ -28,16 +28,15 @@ namespace Dali { namespace SceneLoader { - struct DALI_SCENE_LOADER_API MeshGeometry { - Geometry geometry; ///< The array of vertices. - Texture blendShapeGeometry; ///< The array of vertices of the different blend shapes encoded inside a texture with power of two dimensions. + Geometry geometry; ///< The array of vertices. + Texture blendShapeGeometry; ///< The array of vertices of the different blend shapes encoded inside a texture with power of two dimensions. Vector blendShapeUnnormalizeFactor; ///< Factor used to unnormalize the geometry of the blend shape. - unsigned int blendShapeBufferOffset; ///< Offset used to calculate the start of each blend shape. + unsigned int blendShapeBufferOffset{0}; ///< Offset used to calculate the start of each blend shape. }; -} -} +} // namespace SceneLoader +} // namespace Dali #endif // DALI_SCENE_LOADER_MESH_GEOMETRY_H