Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

text-nodes example stopped working #662

Open
monkknacky opened this issue Jan 31, 2024 · 2 comments
Open

text-nodes example stopped working #662

monkknacky opened this issue Jan 31, 2024 · 2 comments

Comments

@monkknacky
Copy link

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
Copy link

liboulo commented Feb 2, 2024

Use the last build of Three.
replace

<script src="//unpkg.com/three"></script>

by

<script src="//unpkg.com/[email protected]"></script>

@monkknacky
Copy link
Author

Solved the issue! Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants