rewrite selection system
This commit is contained in:
@@ -29,7 +29,7 @@ const Viewer: React.FC<ViewerProps> = ({ children }) => {
|
||||
return renderer;
|
||||
}}
|
||||
shadows
|
||||
camera={{ position: [3, 3, 3], fov: 50 }}
|
||||
camera={{ position: [50, 50, 50], fov: 50 }}
|
||||
>
|
||||
<color attach="background" args={["#ececec"]} />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user