Changes
Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com>
This commit is contained in:
@@ -21,7 +21,7 @@ import { convertIFCtoGLB } from "@/lib/convertIFC";
|
|||||||
|
|
||||||
const Viewer = () => {
|
const Viewer = () => {
|
||||||
const navigate = useNavigate();
|
const navigate = useNavigate();
|
||||||
const { model, xrSupported, addModel, models, maxModels } = useModelStore();
|
const { model, xrSupported, addModel, models, maxModels, scaleRatio } = useModelStore();
|
||||||
const fileInputRef = useRef<HTMLInputElement>(null);
|
const fileInputRef = useRef<HTMLInputElement>(null);
|
||||||
const [converting, setConverting] = useState(false);
|
const [converting, setConverting] = useState(false);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user