TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ ChangeCubemapTile()

void SkyManager::ChangeCubemapTile ( int  face)
private

Definition at line 24 of file SkySettings.cpp.

25{
26 std::string path = ShowOpenFileDialog(".png");
27
28 if (path.size() > 2)
29 {
30 cubemap->LoadFace(path, face);
31 cubemap->UploadDataToGPU();
32 }
33}