Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-05-14 11:27:49 +00:00
parent 8c5551dff9
commit e64414f1ff
+3
View File
@@ -163,6 +163,9 @@ export const useModelStore = create<ModelStore>((set) => ({
xrSupported: null,
setXrSupported: (xrSupported) => set({ xrSupported }),
scaleRatio: SCALE_PRESETS.find(p => p.label === '1:1')!,
setScaleRatio: (scaleRatio) => set({ scaleRatio }),
opacity: 1,
setOpacity: (opacity) => set({ opacity }),