Heightmap Toolbox

BlitzMax Forums/BlitzMax Programming/Heightmap Toolbox

[EDIT]

Latest version: Heightmap Toolbox V0.3.6

PURPOSE
A self-contained class of heightmap creation, processing, exporting, and importing utilities.

DAMN! Thats a great little proggy! I only just now posted my fault generation one. You did the whole slew of the creation types! Awesome!! Thanks Impixi!!!

I've just posted a new version of Heightmap Toolbox into the code archives:

Heightmap Toolbox V0.3.6

PURPOSE
A self-contained class of heightmap creation, processing, exporting, and importing utilities.

The latest fixes, additions and changes are listed in the core code file (hmap03.bmx).

Heightmap Toolbox V0.3.1 has been released.

Changes in this version:

* Tidied code
* Optimized code
* Modified method createHillMap (added an 'island' feature)
* Removed method RenderToThumbPixmap - Superfluous
* Added method importImageFile
* Added method blendBrushHi
* Added method blendBrushLo
* Added method invert
* Added method renderToColorPixmap
* Added method renderToTexturePixmap
* Added method renderRectToColorPixmap
* Added method exportColorPNG
* Added method exportTexturePNG