Grindstone Game Engine
v0.2.0
An open source game engine and toolkit.
Toggle main menu visibility
Loading...
Searching...
No Matches
AnimationSystem.hpp
1
#pragma once
2
3
#include <string>
4
#include <vector>
5
#include <map>
6
#include <glm/mat4x4.hpp>
7
8
#include <Common/Rendering/RenderViewData.hpp>
9
#include "EngineCore/AssetRenderer/BaseAssetRenderer.hpp"
10
#include "Components/MeshRendererComponent.hpp"
11
#include "Assets/Mesh3dAsset.hpp"
12
13
namespace
Grindstone
{
14
void
AnimateSkeletonSystem(Grindstone::WorldContextSet& worldContextSet);
15
}
Grindstone
Definition
ArchiveContentFile.hpp:8
plugins
Grindstone.Renderables.3D
include
AnimationSystem.hpp
Generated by
1.17.0