automated snapshot

This commit is contained in:
sumi
2026-01-11 17:27:32 -06:00
parent 2e7d29eaf9
commit 2e0ea01b1e
3 changed files with 59 additions and 4 deletions

View File

@@ -127,7 +127,7 @@ func main() {
},
}
sierpinskiLayer := &SierpinskiArrow { dirty: true }
//sierpinskiLayer := &SierpinskiArrow { dirty: true }
sketch := NewSketch(env)
@@ -142,9 +142,10 @@ func main() {
actorColor := color.RGBA { R: 10, G: 58, B: 59, A: 25 }
fmt.Printf("actor color = %v\n", actorColor)
contourLayer := NewContourLayer(&sketch, rng, field, actorColor, -12*math.Pi, 12*math.Pi)
contourLayer := NewContourLayer(rng, field, actorColor, -12*math.Pi, 12*math.Pi)
sketch.AddLayer("contours", contourLayer)
sketch.AddLayer("sierpinski-arrowhead", sierpinskiLayer)
sketch.AddLayer("blinds", NewBlindsLayer(field))
//sketch.AddLayer("sierpinski-arrowhead", sierpinskiLayer)
// aurora := NewImageLayer("/home/d/Dropbox/photos/Events/2025/Aurora/Photo Nov 11 2025, 9 52 03 PM.jpg")
// sketch.AddLayer("aurora", aurora)
// cave := NewImageLayer("/home/d/Dropbox/photos/Events/2025/ Chelsea and James visit Lindell/Photo Nov 29 2025, 5 26 40 PM (29).jpg")