Skip to content

Commit c8dfe54

Browse files
committed
Fix example
1 parent cbde1e4 commit c8dfe54

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

example/click-to-focus/index.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@
2929
node, // lookAt ({ x, y, z })
3030
3000 // ms transition duration
3131
);
32-
33-
console.log(fgRef.current.graph2ScreenCoords(300, 300, 300));
34-
console.log(fgRef.current);
35-
console.log(fgRef.current.screen2GraphCoords(300, 300, 300));
3632
}, [fgRef]);
3733

3834
return <ForceGraph3D

0 commit comments

Comments
 (0)