Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jcponce committed Jul 15, 2024
1 parent 95e50f7 commit 339d5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion threejs/particle-life-3d/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ function resetParticles() {

///*
let scene, camera, renderer, particles;
let numParticles = 1500;
let numParticles = 1300;
let numTypes;
let colorStep;
let forces, minDistances, radii;
Expand Down

0 comments on commit 339d5af

Please sign in to comment.