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

Method OnCurroomRadiosity

editor/LightingDialog.cpp:1306–1313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1304}
1305
1306void CLightingDialog::OnCurroomRadiosity() {
1307 MessageBox("I will now calculate radiosity for the current room. You may prematurely break out by pressing any key "
1308 "during the calculations",
1309 "Message", MB_OK);
1310
1311 DoRadiosityForCurrentRoom(Curroomp);
1312 World_changed = 1;
1313}
1314
1315void DoTerrainDynamicTable();
1316void CLightingDialog::OnDynamicTerrain() {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected