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.48k stars 803 forks source link

Arrow bad positionning when linkCurvature(0) #664

Closed MathieuSlt closed 4 months ago

MathieuSlt commented 4 months ago

When linkCurvature() is set to 0

New cones appears on (0,0,0) point in the graph see the following picture:

When linkCurvature(0.2): curvature02

When linkCurvature(0) or even if you dont set linkCurvature(): curvature0