Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-05-14 11:27:39 +00:00
parent c8fc35d210
commit 8c5551dff9
+3
View File
@@ -92,6 +92,9 @@ interface ModelStore {
xrSupported: boolean | null; xrSupported: boolean | null;
setXrSupported: (supported: boolean | null) => void; setXrSupported: (supported: boolean | null) => void;
scaleRatio: ScaleRatio;
setScaleRatio: (r: ScaleRatio) => void;
opacity: number; opacity: number;
setOpacity: (opacity: number) => void; setOpacity: (opacity: number) => void;