This commit is contained in:
Mackie 2026-06-07 20:17:21 +08:00
parent f5c49fff6c
commit aa7960d9b2
2 changed files with 1 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -16,8 +16,7 @@ export default function ShowcaseCanvas() {
<Suspense fallback={null}> <Suspense fallback={null}>
<Environment preset="city" /> <Environment preset="city" />
<Stage intensity={0.5} adjustCamera={false}> <Stage intensity={0.5} adjustCamera={false}>
<Model url="/models/shoe.glb" /> <Model url={`${process.env.NEXT_PUBLIC_BASE_PATH || ''}/models/shoe.glb`} /> </Stage>
</Stage>
<ContactShadows opacity={0.4} scale={10} blur={2} far={4.5} /> <ContactShadows opacity={0.4} scale={10} blur={2} far={4.5} />
</Suspense> </Suspense>
<OrbitControls <OrbitControls