MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / CameraTarget

Interface CameraTarget

graph-ui/src/components/GraphScene.tsx:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21/* ── Camera fly-to animation ────────────────────────────── */
22
23interface CameraTarget {
24 position: THREE.Vector3;
25 lookAt: THREE.Vector3;
26}
27
28function CameraAnimator({
29 target,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected