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 225 forks source link

Wrong depth rendering in WSL-ubuntu environment #271

Open jerrywiston opened 11 months ago

jerrywiston commented 11 months ago

I try to render the depth of an object in the environment of WSL-ubuntu, but I found there are some incorrect depth value around the edges of the object. Color image: image Depth image: image Wrong depth value: image

However, I also found the problem do not occur when I run on windows environment. image

My library version: python 3.8 pyrender 0.1.45 pyopengl 3.1.0

If anyone knows how to solve it, I would appreciate your answer. Thank you!