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 1, 2024
1 parent 9313f7a commit 79bf98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion threejs/attractors/lorenz-variation/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ const betaController = gui.add(params, 'beta', -2, 5, 0.01).listen().decimals(2)
const kappaController = gui.add(params, 'kappa', 0, 300, 1).listen().decimals(0);
gui.add({ Reset: resetParameters }, 'Reset').name('Reset parameters');
gui.add({ Initial: resetInitialPositions }, 'Initial').name('Reset initial conditions');
gui.addColor(particlesMaterial, 'color');
gui.addColor(particlesMaterial, 'color').name('Color');
gui.close();

/**
Expand Down

0 comments on commit 79bf98f

Please sign in to comment.