Release 0.14.0-alpha #42

Merged
uz1mani merged 109 commits from staging into main 2026-03-12 12:12:03 +00:00
26 changed files with 1650 additions and 798 deletions
Showing only changes of commit 9629a5788c - Show all commits

View File

@@ -92,6 +92,7 @@ export default function Globe({ data, className }: GlobeProps) {
width: widthRef.current * 2, width: widthRef.current * 2,
height: widthRef.current * 2, height: widthRef.current * 2,
onRender: (state) => { onRender: (state) => {
if (!pointerInteracting.current) phiRef.current += 0.002
state.phi = phiRef.current + rs.get() state.phi = phiRef.current + rs.get()
state.width = widthRef.current * 2 state.width = widthRef.current * 2
state.height = widthRef.current * 2 state.height = widthRef.current * 2