Does anyone know where I can find the exact layout of a RAW file that can be used to upload a terrain into Unity? I know Photoshop RAW is supposed to work but I’m hoping for more than the 8 bits/height value I get when converting from a PNG/TIF file
1 Answer
1It’s just an array of 16-bit integers having the size height x width.
No header. First word is top-left, then across, then down. If it's RGB then it's RGB order I believe.
– DaveAPlease use 'comment' not 'answer' when replying to an answer
– DaveA