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
}
SkyManager
Generated on Thu Apr 7 2022 14:10:54 for TerraForge3D by
1.9.3