vasturiano / 3d-force-graph

3D force-directed graph component using ThreeJS/WebGL
https://vasturiano.github.io/3d-force-graph/example/large-graph/
MIT License
4.67k stars 825 forks source link

Adding nodePositionUpdate #673

Open roomyrooms opened 6 months ago

roomyrooms commented 6 months ago

Heya!

https://github.com/vasturiano/three-forcegraph/pull/34 added nodePositionUpdate as a way to override the way nodes set their positions when simulating.

I've just made a PR to add this into the list for this repo as well.