| 578 | } |
| 579 | |
| 580 | void BakedPathData::updateVisGraphCosts(const ProbeBatch& probeBatch) |
| 581 | { |
| 582 | mVisGraph->updateCosts(probeBatch); |
| 583 | } |
| 584 | |
| 585 | |
| 586 | // -------------------------------------------------------------------------------------------------------------------- |