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 request: per vertex color support #57

Open
cdsousa opened this issue May 29, 2020 · 2 comments
Open

Feature request: per vertex color support #57

cdsousa opened this issue May 29, 2020 · 2 comments

Comments

@cdsousa
Copy link

cdsousa commented May 29, 2020

As I understand, GeometryBasics.jl supports color metadata on meshes. It would be very good if MeshIO.jl knew how to import color from formats that support it. With new GeometryBasics.jl metadata system it wouldn't even need to understand color representations, it could just forward it as metadata.
Does this makes sense at all?

@SimonDanisch
Copy link
Member

SimonDanisch commented May 29, 2020

Yes, it's just a matter of parsing it and adding the parsed array as color = parsed_colors to the mesh ;)

@lazarusA
Copy link

@SimonDanisch do you have an example? somewhere. I'm looking into loading a mesh with a texture, so far, no clues.

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

3 participants