diff --git a/src/components/ViewerControls.tsx b/src/components/ViewerControls.tsx index c953524..7b867e4 100644 --- a/src/components/ViewerControls.tsx +++ b/src/components/ViewerControls.tsx @@ -8,7 +8,7 @@ import { useCallback } from 'react'; import { toast } from 'sonner'; import { exportObjectsAsGLB } from '@/lib/exportSelectionGLB'; import * as THREE from 'three'; -import { elementKey } from '@/components/three/ModelViewer'; +import { elementKey, sceneRef } from '@/components/three/ModelViewer'; const WIRE_COLORS = [ { label: 'Cinza', value: '#8899aa' },