From 91d77f96fdccd7f03a21cf7b6181c60086045044 Mon Sep 17 00:00:00 2001 From: Jesse Boyd Date: Wed, 6 Sep 2017 21:10:27 +1000 Subject: [PATCH] Updated CreateFromImage (markdown) --- CreateFromImage.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CreateFromImage.md b/CreateFromImage.md index b172b18..7bcba0b 100644 --- a/CreateFromImage.md +++ b/CreateFromImage.md @@ -1,9 +1,9 @@ ## Overview The CreateFromImage command is used to build terrain from large heightmaps. Heightmaps can be generated using software like [WorldMachine](http://www.world-machine.com/) and [GeoGlyph](http://www.quadspinner.com/geoglyph/) or found online. -Example: +Image: [![CFI TEST](https://i.imgur.com/qUjm3hv.jpg)](https://i.imgur.com/qUjm3hv.jpg) -Videos: +Videos Tests: - https://www.youtube.com/watch?v=pPR-w6cRNTc - https://www.youtube.com/watch?v=cJZk1GTig7A @@ -16,9 +16,13 @@ Dependencies: - `[arg]` - An optional parameter - `` - Multiple parameters options - `` - Default or suggested value +## Terminology + - [`Height Map`](http://i.imgur.com/qCd30MR.jpg) - The HSL luminance (whiteness) of each pixel represents the terrain height. + - [`Color Map`](http://i.imgur.com/vJYinIU.jpg) - An image of terrain color + - [`Image Mask`](http://i.imgur.com/kQdfO6T.png) - Restrict some operation to the white parts of the image mask ## Starting -To begin you need to either specify a heightmap to use (imgur link), or the dimensions you want. +To begin you need to either specify a heightmap to use, or the dimensions you want. - Using a heightmap: `/2 cfi ` - Or using a fixed size: `/2 cfi `