X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-scene-loader%2Fpublic-api%2Fskeleton-definition.h;h=9bd7133668789e53803e09e95b3af7a61f024c60;hb=aefac7b91818861d25e2312ea4b63d2deb1a9a86;hp=a06f19b86374cff82e4210da24016aba3750efc7;hpb=02557f62f8d171115d885c87c138faec2a3cb923;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-scene-loader/public-api/skeleton-definition.h b/dali-scene-loader/public-api/skeleton-definition.h index a06f19b..9bd7133 100644 --- a/dali-scene-loader/public-api/skeleton-definition.h +++ b/dali-scene-loader/public-api/skeleton-definition.h @@ -1,7 +1,7 @@ #ifndef DALI_SCENE_LOADER_SKELETON_H #define DALI_SCENE_LOADER_SKELETON_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,7 +28,6 @@ namespace Dali { namespace SceneLoader { - /* * @brief A set of joints (stored as node indices), and an optional root node index. * @note The list of joints must not be empty and must not contain INVALID_INDEX. @@ -39,17 +38,17 @@ struct DALI_SCENE_LOADER_API SkeletonDefinition { struct Joint { - Index mNodeIdx; + Index mNodeIdx; Matrix mInverseBindMatrix; }; using Vector = std::vector; - Index mRootNodeIdx = INVALID_INDEX; + Index mRootNodeIdx = INVALID_INDEX; std::vector mJoints; }; -} -} +} // namespace SceneLoader +} // namespace Dali #endif //DALI_SCENE_LOADER_SKELETON_H