Clean up maps documentation slightly

This commit is contained in:
2018-10-13 02:38:01 +01:00
parent e2d3a1a8d6
commit 57fd59e4b2
2 changed files with 1 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 MiB

View File

@@ -446,11 +446,7 @@ With this information, we can render a given Z index for a map quite easily,
using the new `view-map` binary. It draws the four objects for every cell, and
gives results like this:
![Rendering all map objects](img/chapter01-rendering-objects.png)
Some colours are off, but I've verified that I'm using the correct palette, so
this must be due to other things. Perhaps `Data/Cycle.cyc` is the culprit, or
maybe I need to revisit .obj file parsing a few more times!
![Rendering all map objects](img/chapter01_rendered_2018-09-08.png)
## Trailer