Skip to content

Commit

Permalink
zz
Browse files Browse the repository at this point in the history
  • Loading branch information
3dgen committed May 25, 2024
1 parent 5403c78 commit 2944a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/t.wa
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ func tryInitResource() {
createSphereRenderable(device, 0.03, 16, 8, 0.15),
}

for i := 0; i < 1000; i++ {
for i := 0; i < 5000; i++ {
radius := rand.Float32() * 2.0 + 1.25
angle := rand.Float32() * math.Pi * 2
x := f32(math.Sin(f64(angle))) * radius
Expand Down

0 comments on commit 2944a05

Please sign in to comment.