sidebar + starting controls

This commit is contained in:
wass08
2026-01-19 10:56:23 +09:00
parent cba00f7cc7
commit a35b982b4f
10 changed files with 314 additions and 17 deletions
@@ -32,7 +32,7 @@ const Viewer: React.FC<ViewerProps> = ({ children }) => {
camera={{ position: [3, 3, 3], fov: 50 }}
>
<color attach="background" args={["#ececec"]} />
<OrbitControls />
<Environment preset="sunset" />
<Bvh>
<SceneRenderer />