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

add load ans save methods to ColoredTrimesh #60

Open
martinResearch opened this issue Nov 25, 2020 · 0 comments
Open

add load ans save methods to ColoredTrimesh #60

martinResearch opened this issue Nov 25, 2020 · 0 comments

Comments

@martinResearch
Copy link
Owner

add load and save methods to and from ColoredTrimesh potentially using the trimesh lib as backend.
when saving textured mesh

  • make sure we do not duplicate edges that have different uv in the different faces (which might be the case if we use trimesh)
  • add option to provide a texture name that default to the name of the obj file with mtl and png extension to avoid clashes on the material files (unlike trimesh's export method that defaults to material0.png)
  • provide option to choose the image file format (jpg or png)
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