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