mmatl / pyrender

Easy-to-use glTF 2.0-compliant OpenGL renderer for visualization of 3D scenes.
http://pyrender.readthedocs.io/
MIT License
1.31k stars 226 forks source link

Bugfix Issue #174 #182

Closed kapsl closed 3 years ago

kapsl commented 3 years ago

mesh.visual.uv

soumith commented 2 years ago

I use urdfpy.

I ran into this bug today, developed a patch on my locally installed pyrender. When I looked at the master branch, I realized this was already fixed, but there hasn't been a pyrender release since this fix. Would love for this patch to be in a release of pyrender (and make it's way as an updated dependency into urdfpy).

Thank you.