This commit is contained in:
33333-33333 2026-05-20 22:29:14 +09:00
commit 53eef3522c
7 changed files with 40 additions and 182 deletions

View file

@ -18,7 +18,6 @@ export function createMapFields() {
basinField: new Float32Array(SIZE),
coastalLowland: new Float32Array(SIZE),
flowAccum: new Float32Array(SIZE),
crestCrossingScore: new Float32Array(SIZE),
erosionField: new Float32Array(SIZE),
depositionField: new Float32Array(SIZE),
flowTo,