We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, Karl, I'm a junior programmer from korea.
I have multiple meshes with different scales.
For example, I have a head model with an mm scale and an m scale.
And then, I tried Intersecting this model and cube.
SplitPolygon method causes stack overflow when I try with an mm scale. (I saw at ver2 patch note about that)
SplitPolygon
Maybe too many polygons and face cause stack overflows...
On the other hand, I don't have a problem when I try with an m scale.
Is it sensitive at scale?
Do you have any solution in this case?
I'm not good at CSG Algorithm yet, So Could you advise to me?
The text was updated successfully, but these errors were encountered:
It looks like the library is dead...
Sorry, something went wrong.
No branches or pull requests
Hello, Karl, I'm a junior programmer from korea.
I have multiple meshes with different scales.
For example, I have a head model with an mm scale and an m scale.
And then, I tried Intersecting this model and cube.
SplitPolygon
method causes stack overflow when I try with an mm scale. (I saw at ver2 patch note about that)Maybe too many polygons and face cause stack overflows...
On the other hand, I don't have a problem when I try with an m scale.
Is it sensitive at scale?
Do you have any solution in this case?
I'm not good at CSG Algorithm yet, So Could you advise to me?
The text was updated successfully, but these errors were encountered: