Updated HD Map Configuration (markdown)

mikeprimm 2011-11-05 15:20:14 -07:00
parent d88b0b67e5
commit 0698a08e9b

@ -64,9 +64,9 @@ Where:
- _projection_ is the type of viewpoint: currently, only **iso** (isometric) is supported.
_direction_ is the direction of view: each of the 8 cardinal directions are supported (**N**, **NE**, **E**, **SE**, **S**, **SW**, **W**, **NW**)
- _angle_ is the angle from horizontal of the view: **30** (30 degrees) and **60** (60 degrees) are supported for all cardinal directions, **90** (90 degrees - top-down) is defined for **N** (from North) and **S** (from South) view directions.
- _angle_ is the angle from horizontal of the view: **30** (30 degrees) and **60** (60 degrees) are supported for all cardinal directions, **90** (90 degrees - top-down) is defined for **N** (from North), **S** (from South), **E** (from East) and **W** (from West) view directions.
- _scale_ is the scale of magnification or detail of the view: **lowres** corresponds to 4 pixels per block edge (about 2x the KzedMap resolution), **medres** corresponds to 8 pixels per block edge, and **hires** corresponds to 16 pixels per block edge.
- _scale_ is the scale of magnification or detail of the view: **vlowres** corresponds to 2 pixels per block edge (similar to KzedMap resolution), **lowres** corresponds to 4 pixels per block edge (about 2x the KzedMap resolution), **medres** corresponds to 8 pixels per block edge, and **hires** corresponds to 16 pixels per block edge.
[[Full List of Predefined Perspectives]]