Jump to content

Getting the Terrain Height Map


Recommended Posts

1 hour ago, ffx said:

Yes, https://tangrams.github.io/heightmapper/ for earth
for any other planet, just google it

Since this is posted in the C# subforum and because of the below reply about deformable landscapes, I think the OP is hoping to access the currently loaded planets within a plugin, whatever they are in order to change them, not get the height map for one specific planet:

 

Link to comment
Share on other sites

6 hours ago, HebaruSan said:

Since this is posted in the C# subforum and because of the below reply about deformable landscapes, I think the OP is hoping to access the currently loaded planets within a plugin, whatever they are in order to change them, not get the height map for one specific planet:

Yes, this is what I am looking for.

Link to comment
Share on other sites

  • 2 months later...
On 8/30/2021 at 3:36 PM, Creepi said:

Is there a way to get a planet's Terrain Height Map?

Thanks.

Unity protects internal asset textures, so the only way you'll get them is by rendering it using a flat shader with Blit onto a brand new canvas, then changing it how you want. Generally, it's better and more efficient to just create a new height map and load it in with Kopernicus.

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...