Heightmap Toolbox

BlitzMax Forums/BlitzMax Programming/Heightmap Toolbox

impixi(Posted 2005) [#1]
[EDIT]

Latest version: Heightmap Toolbox V0.3.6

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


Booticus(Posted 2005) [#2]
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!!!


impixi(Posted 2006) [#3]
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).


impixi(Posted 2006) [#4]
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