automated snapshot

This commit is contained in:
sumi
2025-12-24 00:23:38 -06:00
parent 597d9177ad
commit 9079c84c9a
2 changed files with 6 additions and 10 deletions

View File

@@ -62,9 +62,9 @@ func main() {
sierpinskiLayer := &SierpinskiArrow { dirty: true }
sketch.AddColorLayer("background-black", rl.Black)
//sketch.AddColorLayer("background-magenta", rl.Magenta)
sketch.AddLayer("field", &FieldLayer{field: field, loColor: rl.NewColor(0, 0, 0, 0), hiColor: rl.Orange, dirty: true})
//sketch.AddColorLayer("background-black", rl.Black)
sketch.AddColorLayer("background-magenta", rl.Magenta)
sketch.AddLayer("field", &FieldLayer{field: field, loColor: rl.NewColor(0, 0, 0, 0), hiColor: rl.NewColor(44, 255, 200, 255), dirty: true})
contourLayer := NewContourLayer(&sketch, rng, field)
sketch.AddLayer("contours", contourLayer)
sketch.AddLayer("sierpinski-arrowhead", sierpinskiLayer)