automated snapshot
This commit is contained in:
4
main.go
4
main.go
@@ -114,7 +114,8 @@ func main() {
|
|||||||
//imageField := NewImageField("/home/d/Dropbox/art/data/moses_statue.jpg")
|
//imageField := NewImageField("/home/d/Dropbox/art/data/moses_statue.jpg")
|
||||||
//imageLayer := NewImageLayer("/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{
|
&TranslateField{
|
||||||
x: -float32(env.Offscreen.Bounds.Width / 2.0),
|
x: -float32(env.Offscreen.Bounds.Width / 2.0),
|
||||||
y: -float32(env.Offscreen.Bounds.Height / 2.0),
|
y: -float32(env.Offscreen.Bounds.Height / 2.0),
|
||||||
@@ -126,6 +127,7 @@ func main() {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
//sierpinskiLayer := &SierpinskiArrow { dirty: true }
|
//sierpinskiLayer := &SierpinskiArrow { dirty: true }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user