Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jcponce committed Aug 13, 2024
1 parent f6e5c17 commit bd08564
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions threejs/icosahedron-fractal/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ function init() {
// Controls
const controls = new OrbitControls(camera, renderer.domElement);
controls.enableDamping = true;
controls.dampingFactor = 0.03;

// Icosahedron Geometry
const geometry = new THREE.IcosahedronGeometry(1.5);
Expand Down

0 comments on commit bd08564

Please sign in to comment.