Implemented Animation Clip asset and animation controller #410
|
@ -1,9 +1,9 @@
|
|||
/************************************************************************************//*!
|
||||
\file SHAnimationData.cpp
|
||||
\file SHRawAnimation.cpp
|
||||
\author Tng Kah Wei, kahwei.tng, 390009620
|
||||
\par email: kahwei.tng\@digipen.edu
|
||||
\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.
|
||||
Reproduction or disclosure of this file or its contents without the prior written consent
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
/************************************************************************************//*!
|
||||
\file SHAnimationData.h
|
||||
\file SHRawAnimation.h
|
||||
\author Tng Kah Wei, kahwei.tng, 390009620
|
||||
\par email: kahwei.tng\@digipen.edu
|
||||
\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.
|
||||
Reproduction or disclosure of this file or its contents without the prior written consent
|
||||
|
|
Loading…
Reference in New Issue