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 94b66f0 commit 3896014
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 @@ -20,7 +20,7 @@ import { OrbitControls } from "three/addons/controls/OrbitControls.js";

let scene, camera, renderer, controls;
let particles = [];
let numParticles = 1300; // Increase number of particles
let numParticles = 1500; // Increase number of particles
let numTypes;
let colorStep;
let forces, minDistances, radii;
Expand Down

0 comments on commit 3896014

Please sign in to comment.