mmatl / pyrender

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

Render subscenes as subplots? #93

Open dvirginz opened 4 years ago

dvirginz commented 4 years ago

I have multiple meshs (for example input and output, after some operation) and I would like to view them together, Or even save them in the same plot. E.g if I have two meshs, both centered around (0,0,0) I would like to present them one next to the other, without translating one of them.

mmatl commented 4 years ago

Hi @dvirginz, at the moment I don't have a good way to support multiple windows due to some PyOpenGL issues. I'll keep this on the backburner though, and I'll let you know if/when I make progress.

Best, Matt