TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ ExecuteCPUGenerators()

void MeshGeneratorManager::ExecuteCPUGenerators ( )

Definition at line 424 of file MeshGeneratorManager.cpp.

425{
426 if (appState->mode == ApplicationMode::TERRAIN)
427 {
428 GenerateForTerrain();
429 }
430
431 else if (appState->mode == ApplicationMode::CUSTOM_BASE)
432 {
433 GenerateForCustomBase();
434 }
435}