Tooling
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user