We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 590a055 commit a78e960Copy full SHA for a78e960
lib/src/simulator.ts
@@ -67,7 +67,7 @@ const defaultOptions: ParticlesOptions = {
67
/** generate initial data for the simulation */
68
const getInitialData = (maxParticles: number) => {
69
const data = [];
70
- for (let i = 0; i < maxParticles; i++) data.push(0, 0, 0.1, 0, 0);
+ for (let i = 0; i < maxParticles; i++) data.push(0, 0, 0, 0, 0);
71
return data;
72
};
73
0 commit comments