nmwsharp / polyscope

A C++ & Python viewer for 3D data like meshes and point clouds
https://polyscope.run
MIT License
1.82k stars 198 forks source link

support multiple viewports? #121

Open DanMaltaStratasys opened 3 years ago

DanMaltaStratasys commented 3 years ago

Hi, Nice project. Extremely useful for debug purposes in the realms of computational geometry. A short question, is there a plan to support multiple viewports? (i.e. - enable engine to support several cameras/views?)

nmwsharp commented 3 years ago

Glad you like it! Multiple viewports was not really on my radar, and might be difficult, but I'm interested to hear more about what your'e imagining.

Could you explain what you mean? E.g., you'd want one multiple Polyscope windows, each of which could be viewing the scene from different angles & potentially with different settings set?

DanMaltaStratasys commented 3 years ago

Yes, exactly as you said, It would be extremely beneficial to have multiple Polyscope windows (viewports) each with its own camera. This would allow more flexibility and higher level of visual data inspections.