1
0
This commit is contained in:
2025-11-20 12:57:21 +09:00
parent 3dbe43dc36
commit 02cfdb8f52

View File

@@ -81,7 +81,7 @@ const ForegroundScene = () => {
<Environment preset="city" background={false} />
<group ref={cardRef}>
<Suspense fallback={null}>
<Model url="/assets/card.glb" position={[0, 0, 0]} scale={0.5} />
<Model url="/pkg/atmosphere/assets/card.glb" position={[0, 0, 0]} scale={0.5} />
</Suspense>
</group>
</>,