Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jcponce committed Aug 9, 2024
1 parent 7496fb9 commit f556e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion threejs/particle-life/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { GUI } from 'three/addons/libs/lil-gui.module.min.js';
///*
// PerpesctiveCamera with Controls for Additive Blending
let scene, camera, renderer, particles;
let numParticles = 1500; // Increased number of particles
let numParticles = 1300; // Increased number of particles
let numTypes;
let colorStep;
let forces, minDistances, radii;
Expand Down

0 comments on commit f556e30

Please sign in to comment.