Commit Graph

3 Commits

Author SHA1 Message Date
Dongubak 75d54de763 Add CLIP sweep animation (start↔end ping-pong)
Lets the cross-section plane sweep back and forth between two positions
like a CT scan, so registration drift between passes shows up as the
section moves through the cloud instead of needing manual dragging.
2026-08-23 14:32:21 +09:00
Dongubak 6d995dfe44 Add macOS build instructions
The .app bundle's binary doesn't auto-update on rebuild without tauri-cli
(not installed on the dev machine) — document the manual sync step so a
fresh clone doesn't hit the "changes aren't showing up" trap.
2026-08-22 02:22:02 +09:00
Dongubak beb4182f04 macos-native: clean branch for cloning and building the Tauri desktop app
Orphan branch with no history — includes the Tauri shell (src-tauri/) and
vendored Three.js (vendor/) that were never pushed before, so a fresh clone
can actually build the native app. Drops the large .pcd sample captures and
editor cruft (.obsidian, .DS_Store); they aren't needed to build or run the
app (point clouds load via drag-and-drop, not bundling).
2026-08-22 02:21:38 +09:00