Search found 1 match
- Sat Aug 24, 2019 2:20 pm
- Forum: Real Software
- Topic: Any software or tool to create or convert to RGB
- Replies: 0
- Views: 4877
Any software or tool to create or convert to RGB
I am looking to create high quality heightmaps for a game that doesn't just use the common grayscale terrain. Instead, this game uses the RGB channels to allow for 3x more detail.Generally, heightmaps go in steps like 0 0 0, 1 1 1, 2 2 2, etc.This game however does treat 1 0 0, 0 1 0 and 0 0 1 as th...