| 595 | } |
| 596 | |
| 597 | void TerrainObject::SetTerrainColorTexture(const char* path) { |
| 598 | terrain_.SetColorTexture(path); |
| 599 | terrain_info_.colormap = path; |
| 600 | } |
| 601 | |
| 602 | void TerrainObject::SetTerrainWeightTexture(const char* path) { |
| 603 | terrain_.SetWeightTexture(path); |
no test coverage detected