kaolin icon indicating copy to clipboard operation
kaolin copied to clipboard

Cannot render a mesh which only contains vertices and faces. no uvmap.

Open kuwan2e opened this issue 1 year ago • 1 comments

Hi , I have an .obj file and I want to render it to images. But it seems that in camera_and_rasterization.ipynb and dibr_tutorial.ipynb, we can only render a mesh with uvmap. How should I change the code? Thanks!

kuwan2e avatar Dec 26 '23 12:12 kuwan2e

Hi @kuwan2e , if there is no UVmap what are using to represent the texture / color of the mesh?

Caenorst avatar Jan 25 '24 15:01 Caenorst

Please try our new general shader kaolin.render.easy_render.render_mesh (see visualization tutorial here or easy script here). If you run into issues, please file a bug.

shumash avatar Jul 19 '24 19:07 shumash