TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ Update()

void CPUNoiseLayersGenerator::Update ( )

Definition at line 71 of file CPUNoiseLayersGenerator.cpp.

72{
73 if (windowStat)
74 {
75 ImGui::Begin((name + "##" + uid).c_str(), &windowStat);
76 noiseManager->Render();
77 ImGui::End();
78 }
79
80 if (!appState->states.remeshing)
81 {
82 noiseManager->UpdateLayers();
83 }
84}