Skip to content

Commit e6ebda5

Browse files
committed
Increase orbit speed on the construct logo
1 parent a04de5c commit e6ebda5

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)