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

How to show mesh with textures? #8

Closed
Doraemon167 opened this issue Mar 29, 2022 · 5 comments
Closed

How to show mesh with textures? #8

Doraemon167 opened this issue Mar 29, 2022 · 5 comments

Comments

@Doraemon167
Copy link

Doraemon167 commented Mar 29, 2022

Thank you for the amazing work! Now, I have trained the Nerf datasets of chair and I get a great result. I want to show the mesh with texture in MeshLab, but the chair mesh has nontexture in MeshLab. So what method should I use?
1

@jmunkberg
Copy link
Collaborator

Thanks!
We use a pbr shading model, and I'm not sure that is supported in Meshlab. If you want to just apply the diffuse texture, you could likely try Filters -> Texture -> Set Texture -> Texture file (load mesh/texture_kd.png).

However, that would not directly match the setup in our renderer, where we use kd, ks and a tangent space normal map. You can, e.g., load the mesh in Blender (or any tool of your choice supporting PBR) and map the three textures.

@Doraemon167
Copy link
Author

Thank you jmunkberg! I solve this problem by Blender, it has a great result!

@fahimsun
Copy link

fahimsun commented Apr 3, 2022

@Doraemon167 Can you please share your setup or instruction where KD/KS and (n) normal file will apply to which node? if you can provide picture of your node setup in blender that would be great.

@Doraemon167
Copy link
Author

@fahimsun sorry,I'm not very good at using bleder,when I load the mesh, I can see the texture.

@jmunkberg
Copy link
Collaborator

@fahimsun See example here #21

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