fix path issues
This commit is contained in:
@@ -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 @@
|
||||
export { default as Viewer } from "./components/viewer/viewer"
|
||||
export { default as Viewer } from "./components/viewer/viewer";
|
||||
|
||||
Reference in New Issue
Block a user