SolarSim
Loading...
Searching...
No Matches
mesh_component.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <string>
4
5
namespace
solarsim
{
11
struct
MeshComponent
{
13
std::string
meshID
;
14
16
std::string
materialID
;
17
};
18
}
solarsim
Definition
engine.cpp:23
solarsim::MeshComponent
Associates an entity with renderable geometry and appearance.
Definition
mesh_component.hpp:11
solarsim::MeshComponent::materialID
std::string materialID
Definition
mesh_component.hpp:16
solarsim::MeshComponent::meshID
std::string meshID
Definition
mesh_component.hpp:13
include
components
mesh_component.hpp
Generated by
1.15.0