SpiecsEngine
 
Loading...
Searching...
No Matches

◆ SkyBoxComponent()

Spices::SkyBoxComponent::SkyBoxComponent ( )

Constructor Function.

Use SpherePack Instead

Use SpherePack Instead

Definition at line 14 of file SkyBoxComponent.cpp.

15 {
17
21 std::shared_ptr<CubePack> pack = std::make_shared<CubePack>(2, 2);
22 //pack->SetMaterial(path);
23
24 m_Mesh = Mesh::Builder().AddPack(pack).Build();
25 }
#define SPICES_PROFILE_ZONE
std::shared_ptr< Mesh > m_Mesh
The Mesh this component handled.