![]() |
The small3d library
Tiny C++ 3D game development library for Win/Linux
|
animation component More...
#include <Model.hpp>
Public Member Functions | |
| template<class Archive > | |
| void | serialize (Archive &archive) |
Public Attributes | |
| uint32_t | input = 0 |
| std::vector< Quat > | rotationAnimation |
| std::vector< Vec3 > | translationAnimation |
| std::vector< Vec3 > | scaleAnimation |
| std::vector< float > | times |
animation component