fav
This commit is contained in:
parent
f5c49fff6c
commit
aa7960d9b2
2 changed files with 1 additions and 2 deletions
BIN
app/favicon.ico
BIN
app/favicon.ico
Binary file not shown.
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 15 KiB |
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue