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 {
|
func NewContourSketch(rng *rand.Rand, field Field) ContourSketch {
|
||||||
|
|
||||||
actors := make([]*Actor, 1000)
|
actors := make([]*Actor, 2000)
|
||||||
for i := range len(actors) {
|
for i := range len(actors) {
|
||||||
actors[i] =
|
actors[i] =
|
||||||
&Actor {
|
&Actor {
|
||||||
position: RandRadialVec(rng, 0, 500, 0, 360),
|
position: RandRadialVec(rng, 0, 500, 0, 360),
|
||||||
field: field,
|
field: field,
|
||||||
stepSize: 0.5,
|
stepSize: 0.5,
|
||||||
color: rl.NewColor(11, 35, 176, 170),
|
color: rl.NewColor(11, 35, 176, 100),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user