| 600 | } |
| 601 | |
| 602 | void TerrainObject::SetTerrainWeightTexture(const char* path) { |
| 603 | terrain_.SetWeightTexture(path); |
| 604 | terrain_info_.weightmap = path; |
| 605 | } |
| 606 | |
| 607 | void TerrainObject::SetTerrainDetailTextures(const std::vector<DetailMapInfo>& detail_map_info) { |
| 608 | terrain_.SetDetailTextures(detail_map_info); |
no test coverage detected