Skip to content

Commit

Permalink
slightly increase rotation speed
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed Nov 9, 2024
1 parent 4b1ff68 commit d35997f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/files/URDFRenderer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ const URDFRenderer = ({
controlsRef.current = controls;
controls.enableDamping = true;
controls.dampingFactor = 0.25;
controls.autoRotateSpeed = 1.0;
controls.autoRotateSpeed = 4.0;

scene.children.forEach((child) => {
if (child instanceof THREE.Light) {
Expand Down

0 comments on commit d35997f

Please sign in to comment.