mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 03:51:23 +01:00
Changed Names:
Currently still only on NorthTemperature reliant, compadible version
This commit is contained in:
parent
7d40c8a1e4
commit
1516b1f11c
3 changed files with 13 additions and 13 deletions
4
main.js
4
main.js
|
|
@ -1010,9 +1010,9 @@ function calculateTemperatures() {
|
|||
cells.temp = new Int8Array(cells.i.length); // temperature array
|
||||
|
||||
const tEq = +temperatureEquatorInput.value;
|
||||
const tPoleN = +temperaturePoleInput.value;
|
||||
const tPoleN = +temperatureNorthPoleInput.value;
|
||||
//TODO Find proper delta to calculate
|
||||
const tSPole = +temperatureSPoleInput.value;
|
||||
const tSPole = +temperatureSouthPoleInput.value;
|
||||
const tDelta = tEq - tPoleN;
|
||||
const int = d3.easePolyInOut.exponent(0.5); // interpolation function
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue