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

Allow to generate mesh using separate thread process #3

Open
Toshiwoz opened this issue May 16, 2018 · 1 comment
Open

Allow to generate mesh using separate thread process #3

Toshiwoz opened this issue May 16, 2018 · 1 comment

Comments

@Toshiwoz
Copy link
Owner

See, this documentation to know how to do it, shouldn't be too difficult:
http://docs.godotengine.org/en/3.0/classes/class_thread.html

@Toshiwoz
Copy link
Owner Author

I also partially implemented this, but it seems that threads never end, so I just found a workaround that is create a new thread every time, obviously not the right solution. It also seems to be slower, I'll add a property that will allow the user to choose.

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

1 participant