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

Would be nice to trigger node selection reset on update #177

Open
kwcantrell opened this issue Jun 17, 2020 · 0 comments
Open

Would be nice to trigger node selection reset on update #177

kwcantrell opened this issue Jun 17, 2020 · 0 comments
Assignees
Milestone

Comments

@kwcantrell
Copy link
Collaborator

// 3 seconds before resetting
setTimeout(function () {
empress.resetTree();
empress.drawTree();
samples.forEach(function (sample) {
sample.material.emissive.set(0x000000);
});
plotView.needsUpdate = true;
}, 4000);

It would be nice to reset this when the user updates either the emperor plot or the empress tree. That way the user can explore the tree after they select nodes in emperor.

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

No branches or pull requests

2 participants