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

The remeshed object has been rotated. #17

Open
narnia-mason opened this issue Oct 10, 2023 · 3 comments
Open

The remeshed object has been rotated. #17

narnia-mason opened this issue Oct 10, 2023 · 3 comments

Comments

@narnia-mason
Copy link

Hi, first of all, I appreciate for developing such a fantastic program.

It's not an issue but I have a question.
I've tried to test the program with default setting such as

.\quadwild \my\path\model.ply 3

Somehow, the remeshed object is rotated 90 deg on the x-axis.
image
(cyan is the original and magenta is the remeshed objects)

I want the object not to be rotated after remeshing. How can I do this?

Thanks!

@denis130
Copy link

Try to apply rotation before remeshing.

@narnia-mason
Copy link
Author

narnia-mason commented Oct 10, 2023

@denis130 Nice!
But why it rotates in the first place?
Can it be guaranteed that it will always rotate that way?
For example, the monkey does not rotate!
image

@denis130
Copy link

It rotates because the software you import from is using Y up and Z forward, and in blender you rotate it to the correct rotation without applying it and the remesher creating the new mesh with zero rotation. When you import the mesh, in the options you should change to Z forward and Y up, that should solve your issue.

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

2 participants