Created: January10, 2024 Updated: January10, 2024
This tutorial show how to configure Texture format to support any kind of tiles order and format exported from GIS Software's
GIS Terrain Loader Pro support vast formats of raster tiles, after exporting raster tiles via any GIS Software all what we need is making a small configurations to adapt GTL to be able to read textures format. (Download Raster Format Example)
Click on GISTerrainLoaderSettings ScriptableObject Located in "GIS Tech\GIS Terrain Loader\Resources\Settings\" Folder.
From the inspector panel click on 'Texture Formats'.
Create a new Texture Format For Example 'SASPlanet' to specify your GIS Software.
Add the format that the GIS Software is using to export tiles, example 'Tile_{x}-{y}' or 'MyTile_{x}-{y}' .... etc.
If the first tile index starts with (x=1, y =1) set 'Start Tile Number' to (1 ,1).
We should set the correct order of tiles.
The pictures bellow showing some example and how to order tiles via 'Globalmapper' where the DEM Name is 'TIFF' and Tile format = Tile__{x}__{y}. (Download Raster Format Example)
Example TIFF_Textures_01
Example TIFF_Textures_02
Example TIFF_Textures_03
Example TIFF_Textures_04
Example TIFF_Textures_05