Grindstone Game Engine
v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
MeshComponent.hpp
1
#pragma once
2
3
#include <string>
4
#include <vector>
5
#include "EngineCore/Reflection/ComponentReflection.hpp"
6
#include "EngineCore/Assets/Asset.hpp"
7
#include "EngineCore/Assets/Shaders/ShaderAsset.hpp"
8
#include "../Assets/Mesh3dAsset.hpp"
9
10
namespace
Grindstone {
11
struct
MeshComponent
{
12
AssetReference<Mesh3dAsset>
mesh;
13
REFLECT(
"Mesh"
)
14
};
15
}
Grindstone::AssetReference
Definition
Asset.hpp:44
Grindstone::MeshComponent
Definition
MeshComponent.hpp:11
sources
code
Plugins
Renderables3D
Components
MeshComponent.hpp
Generated by
1.12.0