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

emitParticle support? #14

Closed
arondeparon opened this issue Nov 6, 2019 · 2 comments
Closed

emitParticle support? #14

arondeparon opened this issue Nov 6, 2019 · 2 comments

Comments

@arondeparon
Copy link

Is there a specific reason why the 2d and 3d variants have support for emitParticle(), while this one does not?

This would be a really nice addition to generate more real-time visualizations.

@arondeparon arondeparon changed the title emitParticle support?? emitParticle support? Nov 6, 2019
@vasturiano
Copy link
Owner

@arondeparon thanks for reaching out. emitParticle is not supported in the VR variant due to a technicality with the data communication through aframe. Due to the manner in which props are injected to the aframe component they have to be cloned rather than referenced. This makes the link object references not match when looking for that particular item in the graphData structure internal to three-forcegraph.

This is the reason why that functionality was excluded from this module. You can see the removal commit here: d812156

@arondeparon
Copy link
Author

Ah that is too bad. Thanks for the explanation!

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