rewrite selection system

This commit is contained in:
wass08
2026-01-21 08:00:31 +09:00
parent bc8293b120
commit a338bea4e7
11 changed files with 118 additions and 30 deletions
@@ -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"]} />