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