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 b374cbc commit 3b3f0b5
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 @@ -91,7 +91,7 @@ scene.add(camera);
const controls = new OrbitControls(camera, canvas);
controls.enableDamping = true;
controls.autoRotate = true;
controls.autoRotateSpeed = 1.5;
controls.autoRotateSpeed = 1;

/**
* Renderer
Expand Down

0 comments on commit 3b3f0b5

Please sign in to comment.