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

How to render back face with the same color as front face #202

Open yigepingzi opened 3 years ago

yigepingzi commented 3 years ago

I have already set doublesided=True. My render is as follows. Figure_1 I want to get results with the back face and front face render with same color. Figure_2 How to achieve this?