mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
refactor: roads - Urquhart graph approach
This commit is contained in:
parent
bc98757b96
commit
b0f081b3ba
6 changed files with 167 additions and 46 deletions
|
|
@ -64,8 +64,8 @@ async function generate(options?: IGenerationOptions) {
|
|||
// temp rendering for debug
|
||||
// renderLayer("cells");
|
||||
renderLayer("features");
|
||||
renderLayer("heightmap");
|
||||
renderLayer("rivers");
|
||||
// renderLayer("heightmap");
|
||||
// renderLayer("rivers");
|
||||
// renderLayer("biomes");
|
||||
renderLayer("burgs");
|
||||
renderLayer("routes");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue