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