excellent selection

This commit is contained in:
wass08
2026-01-30 09:01:17 +09:00
parent be6a766586
commit bda893fcf5
4 changed files with 183 additions and 36 deletions
+3 -1
View File
@@ -5,6 +5,7 @@ import { Viewer } from '@pascal-app/viewer'
import { OrbitControls } from '@react-three/drei'
import { useParams } from 'next/navigation'
import { useEffect, useState } from 'react'
import { ViewerOverlay } from './viewer-overlay'
export default function ViewerPage() {
const params = useParams()
@@ -52,7 +53,8 @@ export default function ViewerPage() {
}
return (
<div className="h-screen w-full">
<div className="relative h-screen w-full">
<ViewerOverlay />
<Viewer>
<OrbitControls makeDefault />
</Viewer>