Edit of asset "Godot Map Loader" Accepted
Warning: Using Git tags or branches is no longer supported. Please give a full Git commit hash instead, or use the Custom download provider for GitHub Releases downloads.
If you think that this warning is incorrect, you can always open an issue.
If you think that this warning is incorrect, you can always open an issue.
Old/Current | New/Edit | |
---|---|---|
Title | Godot Map Loader | |
Description |
Loads maps from Mapbox and renders it in 3D. The module tries to represent that data as accurate as possible and being as fast as possible, being this way ideal to load dynamically the terrain (imagine flight simulator that can load terrain from anywhere in the world as you go). TRY IT YOURSELF Create a scene with directional light, a camera, etc. Then add a TerrainLoader node. And then in the node's properties set latitude, longitude and zoom level (It's the Cordinates setting, or Tilecoords if you want to enter directly the tile X/Y/Z). You can load multiple tiles by just changing the coordinates, usually, once entered the first Lat/Lon/Zoom you may want to just change the tile, so that you have contiguous tiles. The "Arrange Tiles" checkbox will enable automatic alignment of the tiles, based on their tile position. MAPBOX You will need to open an account to Mapbox and paste the API key in the settings of the node. It is also required from Mapbox that you use their watermark, see the main scene example or look here: https://www.mapbox.com/help/how-attribution-works/ FUTURE I am working on a totally new version of this add-on, but it is not ready yet. |
Loads maps from Mapbox and renders it in 3D. The module tries to represent that data as accurate as possible and being as fast as possible, being this way ideal to load dynamically the terrain (imagine flight simulator that can load terrain from anywhere in the world as you go). TRY IT YOURSELF Create a scene with directional light, a camera, etc. Then add a TerrainLoader node. And then in the node's properties set latitude, longitude and zoom level (It's the Cordinates setting, or Tilecoords if you want to enter directly the tile X/Y/Z). You can load multiple tiles by just changing the coordinates, usually, once entered the first Lat/Lon/Zoom you may want to just change the tile, so that you have contiguous tiles. The "Arrange Tiles" checkbox will enable automatic alignment of the tiles, based on their tile position. MAPBOX You will need to open an account to Mapbox and paste the API key in the settings of the node. It is also required from Mapbox that you use their watermark, see the main scene example or look here: https://www.mapbox.com/help/how-attribution-works/ FUTURE I am working on a totally new version of this add-on, but it is not ready yet. |
Category | 3D Tools | |
License | MIT | |
Repository Provider | GitHub | |
Repository Url | https://github.com/Toshiwoz/GodotMapLoader/ | |
Issues Url | https://github.com/Toshiwoz/GodotMapLoader/issues | |
Godot version | Godot 3.1 | Godot 3.1 |
Version String | 0.8.32 | 0.8.31 |
Download Commit | 3.1.1 | 3.1 |
Download Url (Computed) | https://github.com/Toshiwoz/GodotMapLoader/archive/3.1.1.zip | https://github.com/Toshiwoz/GodotMapLoader/archive/3.1.zip |
Icon Url |
https://raw.githubusercontent.com/Toshiwoz/GodotMapLoader/master/icon.png
|