Shuts down the radiosity stuff, freeing memory, etc
| 395 | |
| 396 | // Shuts down the radiosity stuff, freeing memory, etc |
| 397 | void CloseRadiosityRun() { |
| 398 | |
| 399 | NormalizeExitance(); |
| 400 | if (Shoot_method == SM_HEMICUBE) { |
| 401 | mem_free(rad_FormFactors); |
| 402 | CloseHemicube(); |
| 403 | } |
| 404 | } |
| 405 | void Calculate() { |
| 406 | |
| 407 | if (Shoot_method == SM_HEMICUBE) |
no test coverage detected