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 5f0ebae commit 0a23f98
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 @@ -103,7 +103,7 @@ renderer.setSize(sizes.width, sizes.height);
renderer.setPixelRatio(Math.min(window.devicePixelRatio, 2));

/**
* Axes
* Axes for reference
*/
//const axesHelper = new THREE.AxesHelper(5);
//scene.add(axesHelper);
Expand Down

0 comments on commit 0a23f98

Please sign in to comment.