-
Notifications
You must be signed in to change notification settings - Fork 1
Description
It would be nice to have a script that would generate large images such as 32k or 64k etc
The basic idea being that a display wall configuration is generated, then openspace is run with the first window, takes screenshot, closes, opens next window, takes screenshot, closes, etc.
This method has draw backs of taking a long time to startup every run, and also potential rendering difference between runs (i.e users would have to be aware of time/camera position). However it's possible with no changes to openspace.
With an update to sgct, this could be done at runtime by changing the viewplane coordinates. Then OpenSpace would be only need to be run once, take screenshot, change coordinates, take screenshot, change coordinates take screenshot, etc.
Final step of the process would be to use imagemagick/etc to combine the images into one.