aframe-alongpath-component
aframe-alongpath-component copied to clipboard
Generate Curve points dynamically by from#id1 to#id2
I'm trying to create a network graph visualization. Currently I'm placing all the nodes in side a layout component so all the nodes will be aligned.
To draw curves, until and unless these nodes gets rendered, I cannot get its positions to create curve points manually.
Could you please guide me how can I solve this problem. As per my understanding I should create a custom aframe component which should take IDs of 2 nodes and it should draw curve between them. I really appreciate your help