| 1146 | } |
| 1147 | |
| 1148 | String TerrainBlock::_getBaseTexCacheFileName() const |
| 1149 | { |
| 1150 | Torque::Path basePath( mTerrainAsset->getTerrainFilePath() ); |
| 1151 | basePath.setFileName( basePath.getFileName() + "_basetex" ); |
| 1152 | basePath.setExtension( formatToExtension(mBaseTexFormat) ); |
| 1153 | return basePath.getFullPath(); |
| 1154 | } |
| 1155 | |
| 1156 | void TerrainBlock::_rebuildQuadtree() |
| 1157 | { |
no test coverage detected