File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ function ZoomDebug() {
2323 const zoom = useGalaxyStore ( ( s ) => s . currentZoom ) ;
2424 if ( ! import . meta. env . DEV ) return null ;
2525 return (
26- < div className = "absolute top-2 left-2 text-white text-xs bg-black/50 px-2 py-1 rounded z-50 " >
26+ < div className = "absolute top-2 left-2 text-white text-xs bg-black/50 px-2 py-1 rounded z-999 " >
2727 Zoom: { zoom . toFixed ( 2 ) }
2828 </ div >
2929 ) ;
Original file line number Diff line number Diff line change 44export const CAMERA_ZOOM_LEVELS = {
55 OVERVIEW : 1.6 , // Full galaxy view (default initial view)
66 CLUSTER : 8 , // Viewing a cluster of related packages
7- PACKAGE : 24 , // Focusing on a single package
7+ PACKAGE : 50 , // Focusing on a single package
88 DETAIL : 12 , // Very close inspection (labels become visible)
99 MAX : 160 , // Maximum zoom (from OrbitControls config)
1010 MIN : 0.5 , // Minimum zoom (from OrbitControls config)
You can’t perform that action at this time.
0 commit comments