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, I am trying to "cut" slope.obj using slide.obj, the models are shown as follows: the obj files are uploaded in the end.
slope.obj
slide.ob
I find BasicCmdLineApp and I followed its instruction <exe> <path/to/source-mesh> <path/to/cut-mesh> as follows:
<exe> <path/to/source-mesh> <path/to/cut-mesh>
and it reports errors: have 4 vertices when there should be =3
However, my test meshes are all triangle based. I am not sure if I did it correct. I appreciate if anyone could help me about this issue.
models.zip
The text was updated successfully, but these errors were encountered:
I have also noticed the same issue as you, which seems to occur when calling mioReadOBJ.
Sorry, something went wrong.
No branches or pull requests
Hello, I am trying to "cut"
slope.obj
usingslide.ob
j, the models are shown as follows:the obj files are uploaded in the end.
I find BasicCmdLineApp and I followed its instruction
<exe> <path/to/source-mesh> <path/to/cut-mesh>
as follows:and it reports errors: have 4 vertices when there should be =3
However, my test meshes are all triangle based. I am not sure if I did it correct. I appreciate if anyone could help me about this issue.
models.zip
The text was updated successfully, but these errors were encountered: