categories :: mkheightmap :: all

all

link to this article

mkheightmap

Examples and Interesting Programs for mkheightmap

2008-06-28

Abstract

In this article I will present some interesting hackings in Height-Slang mkheightmap is meant to be a heightmap creation tool, the creations presented in this article are not necessarily usable as such. Think of this article as a show-off of Height-Slang and mkheightmap.

click here to read the full text

top

link to this article

mkheightmap

Introduction to mkheightmap, Part 1

2008-06-25

Abstract

mkheightmap is a tool contained in picogen to create heightmaps with the help of a small, user written program in a lisp-like syntax, called Height-Slang.

Part 1 of this article series focuses on the absolute basics. Part II will give an overview about more advanced functions and control-flow, Part III will introduce the concept of configurable functions and shows the mighty LayeredNoise-function.

click here to read the full text

top

link to this article

mkheightmap

Height-Slang Reference

2008-06-25

Abstract

Height-Slang is a language for the definition of heightmaps. It is used in mkheightmap, itself being a powerfull tool to generate heightmaps on the command-line.

click here to read the full text

top