This procedure takes data from an array and makes a proper 8bit BMP heightmap file for feeding CreateTerrain command.
Array must be whole number type, two dimensional, filled with values form 0 - 255. I made it for my own needs in lack of proper alternative, so I am posting it here.. maybe it will ...
Search found 2 matches
- Thu Feb 26, 2009 4:44 am
- Forum: Applications - Feedback and Discussion
- Topic: Easy generation of heightmaps for CreateTerrain
- Replies: 0
- Views: 1630
- Mon Feb 23, 2009 2:53 am
- Forum: Coding Questions
- Topic: How to use CreateTexture without TextureOutput() ??
- Replies: 1
- Views: 939
I guess only loading it for now.. As I am not a hardcore programmer, more likely a designer in general sense, I am sure that it is possible by some other means but then it becomes frustrating or otherwise I would use stupid C# not PureBASIC. For example, I am generating my heightmaps in PB and I ...