refactor: main roads

This commit is contained in:
max 2022-08-18 22:10:04 +03:00
parent aff29d9d71
commit 5c2d30c8f0
10 changed files with 169 additions and 34 deletions

View file

@ -67,6 +67,7 @@ async function generate(options?: IGenerationOptions) {
renderLayer("heightmap");
renderLayer("rivers");
// renderLayer("biomes");
renderLayer("routes");
WARN && console.warn(`TOTAL: ${rn((performance.now() - timeStart) / 1000, 2)}s`);
// showStatistics();