| 21 | /* ── Camera fly-to animation ────────────────────────────── */ |
| 22 | |
| 23 | interface CameraTarget { |
| 24 | position: THREE.Vector3; |
| 25 | lookAt: THREE.Vector3; |
| 26 | } |
| 27 | |
| 28 | function CameraAnimator({ |
| 29 | target, |
nothing calls this directly
no outgoing calls
no test coverage detected