Mindwerks / worldengine

World generator using simulation of plates, rain shadow, erosion, etc.
MIT License
987 stars 128 forks source link

Extract tile from world #90

Open ftomassetti opened 9 years ago

ftomassetti commented 9 years ago

As suggested by Alex Piola, it would be nice to have an option such as:

--tileSize=64 --tileCoord=X Y --outputSize=1024

which would take a square piece of world at position X, Y of size 64 pixels and interpolate to reach size 1024x1024, optionally adding additional noise

For interpolation he suggests to use blur, while for noise he suggests multifractal + perlin from libnoise