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

text-nodes example stopped working #662

Open monkknacky opened 5 months ago

monkknacky commented 5 months ago

Describe the bug https://vasturiano.github.io/3d-force-graph/example/text-nodes/ stopped working

To Reproduce Open link

Expected behavior Should show labaled graph

Additional context

Seems related to this error: three-spritetext:2 Uncaught TypeError: Cannot read properties of undefined (reading 'LinearFilter') at three-spritetext:2:3230 at three-spritetext:2:227 at three-spritetext:2:238

I'm playing around with this and tried to solve it but had no success.

liboulo commented 5 months ago

Use the last build of Three. replace

by

monkknacky commented 5 months ago

Solved the issue! Thank you.