TheHubbit / PyInventor

3D Graphics in Python with Open Inventor
http://thehubbit.github.io/PyInventor
BSD 3-Clause "New" or "Revised" License
16 stars 8 forks source link

Support offline rendering #2

Closed TheHubbit closed 10 years ago

TheHubbit commented 11 years ago

There should be an API to render a scene to an offline buffer that is usable in Python.

TheHubbit commented 10 years ago

Offline rendering possible via PySide FBO classes. Additionally helper method toImage() has been added to QIVWidget class as shown in "Render Offline" example.