Skip to content

Commit

Permalink
Update ViewerPanel.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ochafik committed Dec 25, 2024
1 parent 062c89a commit 719641c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/ViewerPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export default function ViewerPanel({className, style}: {className?: string, sty
if (!otherRef.current) return;
if (e.detail.source === 'user-interaction') {
const cameraOrbit = ref.current.getCameraOrbit();
console.log(cameraOrbit.toString());
cameraOrbit.radius = otherRef.current.getCameraOrbit().radius;

otherRef.current.cameraOrbit = cameraOrbit.toString();
Expand Down

0 comments on commit 719641c

Please sign in to comment.