This commit is contained in:
33333-33333 2026-05-20 20:55:43 +09:00
commit 4bf36b1f59
6 changed files with 157 additions and 43 deletions

View file

@ -18,6 +18,7 @@ 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,