Zylann / godot_terrain_plugin

3D Terrain plugin for Godot Engine [NO LONGER MAINTAINED]
128 stars 24 forks source link

Add support for SRTM data #14

Closed HeadClot closed 7 years ago

HeadClot commented 7 years ago

Support for Shuttle Radar Topography Mission height map data would be awesome so that we can re create real world locations inside godot.

Zylann commented 7 years ago

I halted development on this plugin, it's now just for reference or prototyping. Have a look at this repo for a more actively maintained version: https://github.com/Zylann/godot_heightmap_module

Depending on how you get this data, you could already fill the heighfield using samples from it.

HeadClot commented 7 years ago

Thanks for the heads up @Zylann

I will close this issue now. Since this repo is no longer being maintained.