diff --git a/main.go b/main.go index 44f2b12..9b480ca 100644 --- a/main.go +++ b/main.go @@ -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 }