mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 10:01:23 +01:00
refactor: generate relations
This commit is contained in:
parent
907e916b45
commit
73431ec743
10 changed files with 204 additions and 14 deletions
|
|
@ -126,7 +126,7 @@ export function generatePrecipitation(heights: Uint8Array, temperatures: Int8Arr
|
|||
return precipitation;
|
||||
}
|
||||
|
||||
// TODO: move to renderer
|
||||
// TODO: move to renderers
|
||||
function drawWindDirection() {
|
||||
const wind = prec.append("g").attr("id", "wind");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue