-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 can I render a mesh to an image without textures? #333
Comments
I made some modification to the source code to get the results I wanted.
|
Shaders require textures. Otherwise what are you shading?! This is also shown in the table at the bottom of the notes here https://github.com/facebookresearch/pytorch3d/blob/master/docs/notes/renderer_getting_started.md The only shader that doesn't require texture is the |
I think this url #51 will give you the answer. |
Hi, I tried to render meshes without textures using the codes in the tutorials, but failed because the shader samples the textures of meshes by default.
In short, how can I simply render a mesh without textures? Or if I modify the source code, will there be any bad effects? Looking forward to you reply, thank you!
The text was updated successfully, but these errors were encountered: