mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 10:01:23 +01:00
refactor: draw state labels - raycasting approach
This commit is contained in:
parent
e07bf91cd7
commit
6954888ab2
6 changed files with 123 additions and 155 deletions
|
|
@ -67,8 +67,8 @@ async function generate(options?: IGenerationOptions) {
|
|||
// renderLayer("heightmap");
|
||||
// renderLayer("rivers");
|
||||
// renderLayer("biomes");
|
||||
renderLayer("burgs");
|
||||
renderLayer("routes");
|
||||
// renderLayer("burgs");
|
||||
// renderLayer("routes");
|
||||
renderLayer("states");
|
||||
renderLayer("labels");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue