Implemented Animation Clip asset and animation controller #410

Merged
XiaoQiDigipen merged 66 commits from SP3-22-AnimationController into main 2023-03-09 16:19:40 +08:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit f061e8ed43 - Show all commits

View File

@ -1,9 +1,9 @@
/************************************************************************************//*! /************************************************************************************//*!
\file SHAnimationData.cpp \file SHRawAnimation.cpp
\author Tng Kah Wei, kahwei.tng, 390009620 \author Tng Kah Wei, kahwei.tng, 390009620
\par email: kahwei.tng\@digipen.edu \par email: kahwei.tng\@digipen.edu
\date Nov 20, 2022 \date Nov 20, 2022
\brief Contains the function definitions of the SHAnimationData class. \brief Contains the function definitions of the SHRawAnimation class.
Copyright (C) 2022 DigiPen Institute of Technology. Copyright (C) 2022 DigiPen Institute of Technology.
Reproduction or disclosure of this file or its contents without the prior written consent Reproduction or disclosure of this file or its contents without the prior written consent

View File

@ -1,9 +1,9 @@
/************************************************************************************//*! /************************************************************************************//*!
\file SHAnimationData.h \file SHRawAnimation.h
\author Tng Kah Wei, kahwei.tng, 390009620 \author Tng Kah Wei, kahwei.tng, 390009620
\par email: kahwei.tng\@digipen.edu \par email: kahwei.tng\@digipen.edu
\date Dec 12, 2022 \date Dec 12, 2022
\brief Contains the definition of the SHAnimationData struct and related types. \brief Contains the definition of the SHRawAnimation struct and related types.
Copyright (C) 2022 DigiPen Institute of Technology. Copyright (C) 2022 DigiPen Institute of Technology.
Reproduction or disclosure of this file or its contents without the prior written consent Reproduction or disclosure of this file or its contents without the prior written consent