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

Put instant meshes batch process into a static library #122

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

roquo
Copy link

@roquo roquo commented Feb 23, 2021

I wanted to use the instant meshes functionality of the batch process in a different project and therefore excluded the business logic of instant meshes into an InstantMeshesLib project.

That library includes everything needed to start the batch_process from outside.

Also the smoothing step got separated from the extraction step that you can also use smoothing without the full instant meshes workflow. Therefore a new compilation unit smoothing.obj was added.

To use the smoothing I also added the possibility in meshIO to load and write a pure OBJ quad mesh with and without normals information.

Updated gitignore to work with ReSharper and Visual Studio

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

Successfully merging this pull request may close these issues.

1 participant