automated snapshot

This commit is contained in:
sumi
2026-05-02 16:57:21 -05:00
parent 66c423447e
commit f09889919c
7 changed files with 13 additions and 3 deletions

View File

@@ -122,7 +122,7 @@ func main() {
&AdderField{
fields: []Field{
&ScaleField{scale: 3, field: imageField},
&ScaleField{scale: 500, field: noiseField},
&ScaleField{scale: 100, field: noiseField},
},
},
}
@@ -136,14 +136,14 @@ func main() {
sketch.AddColorLayer("background-blue", rl.Blue)
sketch.AddColorLayer("background-black", rl.Black)
sketch.AddLayer("blinds", NewBlindsLayer(field))
//sketch.AddLayer("blinds", NewBlindsLayer(field))
//sketch.AddLayer("moses", imageLayer)
sketch.AddLayer("field", &FieldLayer{field: field, loColor: rl.NewColor(0, 0, 0, 0), hiColor: fieldColor, dirty: true})
actorColor := color.RGBA { R: 10, G: 58, B: 59, A: 25 }
fmt.Printf("actor color = %v\n", actorColor)
contourLayer := NewContourLayer(rng, field, actorColor, -math.Pi/3.0, 5.0 * math.Pi)
contourLayer := NewContourLayer(rng, field, actorColor, -math.Pi/3.0, 12.0 * math.Pi)
sketch.AddLayer("contours", contourLayer)
//sketch.AddLayer("sierpinski-arrowhead", sierpinskiLayer)
// aurora := NewImageLayer("/home/d/Dropbox/photos/Events/2025/Aurora/Photo Nov 11 2025, 9 52 03 PM.jpg")