Being able to customize more interactions like in 3d-force-graph
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 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.