This commit is contained in:
Rainer Leit
2026-09-25 17:02:24 +03:00
parent cc43ed8dc8
commit 9597629951
2149 changed files with 460234 additions and 1770 deletions
+5
View File
@@ -75,6 +75,11 @@ type Result struct {
Base []bool // cells fixed at base level: the ocean
Faults []Fault
// FaultClamped is how many cells the painted path's fault pass pushed past the angle of repose and had
// to bound. Nonzero is not an error - it is the set telling an author their throws are large for the
// class they sit in - but it is worth seeing rather than discovering in a hillshade.
FaultClamped int
}
// Fault is a recorded trace, kept for meta.json and for whatever later wants to draw one.