automated snapshot

This commit is contained in:
sumi
2026-01-11 21:46:56 -06:00
parent 0a3afccbd1
commit 0efb08c1af

View File

@@ -114,7 +114,8 @@ func main() {
//imageField := NewImageField("/home/d/Dropbox/art/data/moses_statue.jpg")
//imageLayer := NewImageLayer("/home/d/Dropbox/art/data/moses_statue.jpg")
field :=
field := &ScaleField { scale: 250, field: noiseField }
/*
&TranslateField{
x: -float32(env.Offscreen.Bounds.Width / 2.0),
y: -float32(env.Offscreen.Bounds.Height / 2.0),
@@ -126,6 +127,7 @@ func main() {
},
},
}
*/
//sierpinskiLayer := &SierpinskiArrow { dirty: true }