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