| 549 | } |
| 550 | |
| 551 | void TSLastDetail::deleteImposterCacheTextures() |
| 552 | { |
| 553 | const String diffuseMap = _getDiffuseMapPath(); |
| 554 | if ( diffuseMap.length() ) |
| 555 | dFileDelete( diffuseMap ); |
| 556 | |
| 557 | const String normalMap = _getNormalMapPath(); |
| 558 | if ( normalMap.length() ) |
| 559 | dFileDelete( normalMap ); |
| 560 | } |
| 561 | |
| 562 | void TSLastDetail::updateImposterImages( bool forceUpdate ) |
| 563 | { |
no test coverage detected