SolarSim
Loading...
Searching...
No Matches
grid_component.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <string>
4
5namespace solarsim {
9 struct GridComponent {
11 std::string meshID;
12
14 std::string materialID;
15 };
16}
Definition engine.cpp:23
Represents a grid/mesh for rendering with specific assets.
Definition grid_component.hpp:9
std::string materialID
Definition grid_component.hpp:14
std::string meshID
Definition grid_component.hpp:11