Changes
Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com>
This commit is contained in:
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user