Constructor Function.
15 {
17
18 std::shared_ptr<PlanePack> pack = std::make_shared<PlanePack>(2, 2);
19
20
21
22 m_Mesh = Mesh::Builder().AddPack(pack).Build();
23 }
#define SPICES_PROFILE_ZONE
std::shared_ptr< Mesh > m_Mesh
The Mesh this component handled.