1
0
Fork 0

Generator article: fixed bad wording.

This commit is contained in:
madmaxoft 2014-06-02 21:56:59 +02:00
parent 345d477849
commit 6f7ac0089f
1 changed files with 2 additions and 2 deletions

View File

@ -181,9 +181,9 @@ generated right next to other land biomes.</li>
</ul></p>
<h3>Adding relativity</h3>
<p>Our next goal is to remove the first defect of the distorted voronoi generator: unrelated biomes
<p>Our next goal is to remove the first defect of the distorted Voronoi generator: unrelated biomes
generating next to each other. It is highly unlikely to find a jungle biome next to a desert biome, so we
want to have as few of those boundaries as possible. We could further improve on the selection of
want to have as few of such borders as possible. We could further improve on the selection of
biome-to-seed in the Voronoi generator. Or we can try a completely different idea altogether.</p>
<p>Recall how we talked about the nature, where the biomes are formed by the specific conditions of a place.