fix path issues

This commit is contained in:
wass08
2026-01-16 09:23:39 +09:00
parent fbd050ad73
commit 45a34d7df6
9 changed files with 134 additions and 45 deletions
@@ -30,6 +30,7 @@ const Viewer: React.FC<ViewerProps> = ({ children }) => {
shadows
camera={{ position: [3, 3, 3], fov: 50 }}
>
<color attach="background" args={["#ececec"]} />
<OrbitControls />
<Environment preset="sunset" />
<Bvh>
+1 -1
View File
@@ -1 +1 @@
export { default as Viewer } from "./components/viewer/viewer"
export { default as Viewer } from "./components/viewer/viewer";