![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include <assimp/types.h>
Go to the source code of this file.
Namespaces | |
namespace | Divide |
Handle console commands that start with a forward slash. | |
namespace | Divide::AnimUtils |
Macros | |
#define | ANIMATION_UTILITIES_H_ |
Functions | |
void | Divide::AnimUtils::TransformMatrix (const aiMatrix4x4 &in, mat4< F32 > &out, const bool rowMajor) noexcept |
void | Divide::AnimUtils::TransformMatrix (const mat4< F32 > &in, aiMatrix4x4 &out, const bool rowMajor) noexcept |
Variables | |
static constexpr F32 | Divide::ANIMATION_TICKS_PER_SECOND = 20.0f |
#define ANIMATION_UTILITIES_H_ |
Definition at line 38 of file AnimationUtils.h.