fix: missing url

update loading method
This commit is contained in:
xfy
2025-05-23 01:10:46 +08:00
parent e1347ef693
commit 9e5f25fd1e
6 changed files with 30 additions and 29 deletions

View File

@ -52,6 +52,6 @@ export function ReactLogo(props: JSX.IntrinsicElements['group']) {
);
}
useGLTF.preload('/models/react_logo.glb');
useGLTF.preload('/models/react_logo-processed.glb');
export default ReactLogo;