Jump to content

Recommended Posts

Posted

I'm having trouble understanding how heightmaps work. I created a hill next to my 6 foot tall character, as shown below. I exported a RAW file (just raw, not r16) which was 131,072 bytes. I imported it into Photoshop with the settings below. And it loaded as shown on the right (I took only the "hill" portion and zoomed it in 1,000% to illustrate).

 

Back in the LE2 days when I did this process it showed an image that had brighter pixels the higher the hill got. Here, I'm not sure what I'm looking at. Am I importing it incorrectly into Photoshop or is this just a different way of representing the heightmap? My goal is to draw heights in Photoshop.

 

height.jpg

Posted
My goal is to draw heights in Photoshop.

 

Can be a really good method to create very fast map general design, than continue refining in the editor.

Why not using Tga, Gif ? A heightmap is simple image with levels of grey color.

Stop toying and make games

Posted

Image file formats are usually 8-bit and don't have the resolution to store terrain in. You end up with a bad "stepped" appearance due to the limited resolution.

 

The format of the data is GL_RED with a data type of GL_UNSIGNED_SHORT...so I don't see anything odd there. Not sure why Photoshop doesn't load it right. Maybe it expects 32-bit data?

Let's build cool stuff and have fun. :)

Posted

The xtension r16 or raw doesn't actually change the format, it just controls the file extension name. I wonder if Photoshop is expecting 32-bit floats?

Let's build cool stuff and have fun. :)

  • 2 months later...

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...