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

point picking, previous pick is discarded (if pick again before it has finished) #145

Open
unitycoder opened this issue Apr 4, 2024 · 1 comment
Labels

Comments

@unitycoder
Copy link
Owner

In the newer versions, the single point picking uses 2 threads. However, it overwrites itself if you call it too quickly.

The previous versions you could call this simultaneously and get multiple results. Now it can only get one result unless you wait until completion to call again.

Can you update this so it can be called simultaneously? I'm thinking something like a dictionary of the threads+ associated data so they all still stay alive?

https://forum.unity.com/threads/released-point-cloud-viewer-tools.240536/page-18#post-9749956

@unitycoder unitycoder added the bug label Apr 4, 2024
@unitycoder
Copy link
Owner Author

could add queue for clicks, then can click many times (if want to allow that),
while multiple threads are calculating results.

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

No branches or pull requests

1 participant