Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-05-19 21:10:27 +00:00
parent f6459630b0
commit 0a9a83aec3
+4
View File
@@ -172,6 +172,10 @@ interface ModelStore {
scaleRatio: ScaleRatio;
setScaleRatio: (r: ScaleRatio) => void;
/** Incremented whenever the user asks to reset the AR scale; XRGrabbable
* watches this and snaps its group.scale back to 1. */
scaleResetNonce: number;
resetScale: () => void;
opacity: number;
setOpacity: (opacity: number) => void;