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

[FEATURE]: Load external textures for .ply objects #791

Closed
Sebastian-Jung opened this issue Jan 25, 2023 · 1 comment
Closed

[FEATURE]: Load external textures for .ply objects #791

Sebastian-Jung opened this issue Jan 25, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Sebastian-Jung
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Although the .ply format does not officially support texture files, many applications such as meshlab, CloudCompare and a few datasets in the BOP challenge allow comment TextureFile File.png in the header to allow for an texture image to be loaded. It also helps to generalize the BOP format.

Describe the solution you'd like
The current ObjectLoader does not support the comment TextureFile File.png option whereas the _BopLoader is able to do so. Moving the ability from the _BopLoader to the ObjectLoader would solve the issue.

Describe alternatives you've considered
Using .obj files with given .mtl files and textures. This works but adding more feature to loading .ply objects shouldn't be bad.

Additional context
Related to #790

@Sebastian-Jung Sebastian-Jung added the enhancement New feature or request label Jan 25, 2023
@Sebastian-Jung
Copy link
Contributor Author

I will work on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants