ItFlyingStart
ItFlyingStart
I'm looking for this feature as well. I'm thinking to adapt the next example [https://github.com/vasturiano/react-force-graph/blob/master/example/click-to-focus/index.html](url) Is it possible to retrieve all graph nodes by using **ref={graphRef}** ?  Find the...
@JonThom: Thanks for your hint. I will try it out.
@JonThom: can you show how to access **graphData.nodes**? Because I don't see the property **graphData**. Not sure whether this property is also accessible for **ForceGraph3D**?  ``
@vasturiano : thanks for your reply. I didn't know that the x y z coordinates will be populated in `gData.nodes` after assigning it to the `graphData` property. Great 👍. Just...