automated snapshot

This commit is contained in:
sumi
2026-01-11 16:43:42 -06:00
parent fd5c350ded
commit efc8924cfb

View File

@@ -139,7 +139,7 @@ func main() {
//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: 39, G: 58, B: 59, A: 50 }
actorColor := color.RGBA { R: 10, G: 58, B: 59, A: 10 }
fmt.Printf("actor color = %v\n", actorColor)
contourLayer := NewContourLayer(&sketch, rng, field, actorColor, -12*math.Pi, 12*math.Pi)