automated snapshot
This commit is contained in:
4
main.go
4
main.go
@@ -163,14 +163,14 @@ type ContourSketch struct {
|
||||
|
||||
func NewContourSketch(rng *rand.Rand, field Field) ContourSketch {
|
||||
|
||||
actors := make([]*Actor, 1000)
|
||||
actors := make([]*Actor, 2000)
|
||||
for i := range len(actors) {
|
||||
actors[i] =
|
||||
&Actor {
|
||||
position: RandRadialVec(rng, 0, 500, 0, 360),
|
||||
field: field,
|
||||
stepSize: 0.5,
|
||||
color: rl.NewColor(11, 35, 176, 170),
|
||||
color: rl.NewColor(11, 35, 176, 100),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user