Skip to content

Commit 9f59c63

Browse files
authored
Merge branch 'hackclub:main' into main
2 parents ef0ab74 + e6ebda5 commit 9f59c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
// Add controls, targetting the same DOM element
5757
let controls = new OrbitControls(camera, renderer.domElement);
5858
controls.target.set(0, 0, 0);
59-
controls.rotateSpeed = 0.3;
59+
controls.rotateSpeed = 0.6;
6060
controls.enablePan = false;
6161
controls.dampingFactor = 0.1;
6262
controls.enableDamping = true;

0 commit comments

Comments
 (0)