orangeduck / Corange

Pure C Game Engine
http://www.youtube.com/watch?v=482GxqTWXtA
Other
1.79k stars 199 forks source link

What is this file format? heightmap.raw? #26

Closed blogdron closed 6 years ago

blogdron commented 6 years ago

Hello, Daniel! This file https://github.com/orangeduck/Corange/blob/master/demos/scotland/assets/terrain/heightmap.raw What is this file format? Just a binary blob? But if so, what is it created in?

P.S. I apologize for my English ::)

blogdron commented 6 years ago

it 16 bit grayscale raw image

convert input.png -depth 16 output.raw