aframe-forcegraph-component icon indicating copy to clipboard operation
aframe-forcegraph-component copied to clipboard

Being able to customize more interactions like in 3d-force-graph

Open EricHsuYC opened this issue 5 years ago • 1 comments

Is your feature request related to a problem? Please describe. I am currently trying to reproduce the "Dynamic data changes" example in aframe-forcegraph-component

Describe the solution you'd like being able to use all the APIs, for example "graphData([data])" for incremental updates.

Describe alternatives you've considered I tried other components like 3d-force-graph/ 3d-force-graph-VR/ 3d-force-graph-AR They all works fine but I want to integrate force graph with new Aframe native webAR feature, and being able to use more APIs.

Additional context I am quite new to ThreeJS so if there's already a way to do what I mentioned, please forgive me, and please point me a way for how to achieve that. Thank you!

EricHsuYC avatar Dec 15 '20 19:12 EricHsuYC

@EricHsuYC sorry for the slow answer.

Can you give more details on which specific props/methods you are having issues using? All of the API documented here, including the graphData prop should be accessible directly from this component. In fact, that's how 3d-force-graph-vr does it, it's a wrapping layer on top of this lower level component.

Let me know if you're still experiencing any issues.

vasturiano avatar May 07 '21 00:05 vasturiano