Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-05-21 14:53:11 +00:00
parent b9c87394f0
commit de810aa4f5
+1 -1
View File
@@ -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' },