automated snapshot

This commit is contained in:
sumi
2026-01-11 17:27:32 -06:00
parent 2e7d29eaf9
commit 2e0ea01b1e
3 changed files with 59 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ type ContourLayer struct {
hiActorAngle float32
}
func NewContourLayer(sketch *Sketch, rng *rand.Rand, field Field, color color.RGBA, loActorAngle float32, hiActorAngle float32) *ContourLayer {
func NewContourLayer(rng *rand.Rand, field Field, color color.RGBA, loActorAngle float32, hiActorAngle float32) *ContourLayer {
maxActors := 200000