🚀 Auto-deploy: melhoria no snap e medição AR em 24/05/2026 18:28:15

This commit is contained in:
2026-05-24 18:28:15 +00:00
parent ee6318859e
commit 2bce52fe54
3 changed files with 299 additions and 27 deletions
+2 -1
View File
@@ -3,8 +3,8 @@ import { ArrowLeft, Glasses, Box, Ruler, FileText, Upload, Loader2 } from "lucid
import { Button } from "@/components/ui/button";
import { useModelStore } from "@/stores/useModelStore";
import { ModelViewerCanvas } from "@/components/three/ModelViewer";
import { xrStore } from "@/lib/xrStore";
import { ViewerControls } from "@/components/ViewerControls";
import { ViewCube } from "@/components/ViewCube";
import { InspectionChecklist } from "@/components/InspectionChecklist";
import { FineTuningControls } from "@/components/FineTuningControls";
import { MeasurementsList } from "@/components/MeasurementsList";
@@ -143,6 +143,7 @@ const Viewer = () => {
<div className="relative flex-1">
<ModelViewerCanvas />
<ViewerControls />
<ViewCube />
</div>
{/* Side panel */}