Skip to content

Commit

Permalink
Merge branch 'main' of github.com:DimitriTimoz/nuit-info-2024
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriTimoz committed Dec 6, 2024
2 parents 56905e1 + 358e47a commit af8283b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@

let heightmap = [];

const ys = [0.1, 0.1, 0.1, 0.1, 0.1, 0.1, -0, -1, -2, -2, -2, -2, -3, -3, -2, -4, -4, -5, -5, -5, -6, -6.1, -6, -5, -5.4, -5.2, -5., -4, -4, -4.1, -4.2, -4.3, -4.4, -4.5, -6, -6, -6.4, -6.8, -7.2, -7, -7, -6.2, -6.4, -5.6, -5, -5, -4.8, -4, -4, -4, -4, -3.8, -3, -2, -2, -2, -1.8, -1, -0.5, -0.5, -0, -0, 0.1, 0.1, 0.1, 0.1, 0.1]
const min = 7.2
const ys = [0.1, 0.1, 0.1, 0.1, 0.1, 0.1, -0, -1, -2, -2, -2, -2, -3, -3, -2, -4, -4, -5, -5, -5, -6, -6.1, -6, -5, -5.4, -5.2, -5., -4, -4, -4.1, -4.2, -4.3, -4.4, -4.5, -6, -6, -6.4, -6.8, -7.2, -7, -7, -8, -9, -9.5, -9.8, -11, -14, -14, -14, -14, -13, -13, -12, -12, -12, -11, -10, -9, -9, -8.5, -8.5, -8, -7.9, -7.7, -6.2, -6.4, -5.6, -5, -5, -4.8, -4, -4, -4, -4, -3.8, -3, -2, -2, -2, -1.8, -1, -0.5, -0.5, -0, -0, 0.1, 0.1, 0.1, 0.1, 0.1]
const min = 14
for (let i = 0; i < ys.length; i++) {
ys[i] /= min
}
Expand Down

0 comments on commit af8283b

Please sign in to comment.