MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / OnDynamicTerrain

Method OnDynamicTerrain

editor/LightingDialog.cpp:1316–1321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1314
1315void DoTerrainDynamicTable();
1316void CLightingDialog::OnDynamicTerrain() {
1317 if ((MessageBox("Are you sure you wish to do dynamic lighting on the terrain. The reason I ask is that this "
1318 "procedure takes a long time, and I don't want to upset you.",
1319 "Question", MB_YESNO)) == IDYES)
1320 DoTerrainDynamicTable();
1321}
1322
1323void CLightingDialog::OnBlurLightmaps() {
1324

Callers

nothing calls this directly

Calls 1

DoTerrainDynamicTableFunction · 0.85

Tested by

no test coverage detected