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

Function DoRadiosityIteration

editor/rad_init.cpp:420–427  ·  view source on GitHub ↗

Does one iteration of ray-casting radiosity

Source from the content-addressed store, hash-verified

418
419// Does one iteration of ray-casting radiosity
420int DoRadiosityIteration() {
421 UpdateUnsentValues();
422
423 if (!rad_DoneCalculating)
424 Calculate();
425
426 return 1;
427}

Callers 1

CalculateRadiosityFunction · 0.85

Calls 2

UpdateUnsentValuesFunction · 0.85
CalculateFunction · 0.85

Tested by

no test coverage detected