vasturiano / react-force-graph

React component for 2D, 3D, VR and AR force directed graphs
https://vasturiano.github.io/react-force-graph/example/large-graph/
MIT License
2.21k stars 284 forks source link

LinkDirectionalParticles is not working on 3D #279

Closed Chinmay-k96 closed 3 years ago

Chinmay-k96 commented 3 years ago

The documentations states that linkdirectionalparticles works on 3D but it dosent even in the latest version Please help with this

image

vasturiano commented 3 years ago

@Chinmay-k96 is this example not working for you? https://codesandbox.io/s/3d-force-graph-directional-particles-36ojv

Chinmay-k96 commented 3 years ago

is there a difference between ForceGraph3d and ForceGraph3D. I am using where D in 3D is caps and linkDirectional particles is not working for me

vasturiano commented 3 years ago

You mean in the import?

import ForceGraph3d from "react-force-graph-3d";

That's just the variable name, there should be no difference regardless of what you call it. Perhaps you can make a simple sandbox that reproduces your issue, so we can help you debug it.

Chinmay-k96 commented 3 years ago

Thank you may be there was some other issue i dint notice, I rewrote the whole thing and its fine........Thank you so much for replying and all the help.........People like you are responsible for growth of developers.......much appriciated