automated snapshot
This commit is contained in:
7
main.go
7
main.go
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user