Changes
Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com>
This commit is contained in:
@@ -163,6 +163,9 @@ export const useModelStore = create<ModelStore>((set) => ({
|
|||||||
xrSupported: null,
|
xrSupported: null,
|
||||||
setXrSupported: (xrSupported) => set({ xrSupported }),
|
setXrSupported: (xrSupported) => set({ xrSupported }),
|
||||||
|
|
||||||
|
scaleRatio: SCALE_PRESETS.find(p => p.label === '1:1')!,
|
||||||
|
setScaleRatio: (scaleRatio) => set({ scaleRatio }),
|
||||||
|
|
||||||
opacity: 1,
|
opacity: 1,
|
||||||
setOpacity: (opacity) => set({ opacity }),
|
setOpacity: (opacity) => set({ opacity }),
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user