1
0

QtBiomeVisualiser: Added a prototyping int generator flavor.

This generator is easier to manipulate, since it doesn't require rewriting the sizes in the template parameters. On the other hand, it doesn't optimize so well, so it's a bit slower.
This commit is contained in:
Mattes D
2014-10-30 16:24:35 +01:00
parent 93f33b7d4e
commit 8c04abf9aa
6 changed files with 1256 additions and 53 deletions

View File

@@ -15,6 +15,7 @@ static const QString s_GeneratorNames[] =
QString("Constant"),
QString("DistortedVoronoi"),
QString("Grown"),
QString("GrownProt"),
QString("MultiStepMap"),
QString("TwoLevel"),
QString("Voronoi"),