Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-05-12 12:04:26 +00:00
parent c11d7ab93a
commit 0413cde673
+4
View File
@@ -118,6 +118,10 @@ interface ModelStore {
addScreenshot: (dataUrl: string) => void;
removeScreenshot: (index: number) => void;
clearScreenshots: () => void;
/** When true, the grabbed model stays frozen in world space (grip is ignored). */
isLocked: boolean;
setLocked: (locked: boolean) => void;
}
const defaultFineTuning: FineTuning = { posX: 0, posY: 0, posZ: 0, rotX: 0, rotY: 0, rotZ: 0, scale: 1 };