OpenSceneGraph/examples/osgposter
Robert Osfield c0937c1614 From Wang Rui, "A modified version is attached. The blank while generating is in fact
used to avoid dual update traversals of the scene, which is not
allowed in my application (but I forgot the reason ;-) Now the blank
problem will disappear.

Inactive mode is also available, using the --inactive mode and
--camera-eye and --camera-hpr to set camera position:

./osgposter --output-poster --poster output.bmp --tilesize 800 600
--finalsize 8000 6000 cow.osg --inactive --camera-eye 0 0 20
"
2010-12-14 08:53:20 +00:00
..
CMakeLists.txt From Wang Rui, "Attachment is an example of rendering 3D scenes to high resolution screenshots. 2010-12-13 13:37:37 +00:00
osgposter.cpp From Wang Rui, "A modified version is attached. The blank while generating is in fact 2010-12-14 08:53:20 +00:00
PosterPrinter.cpp Fixed warnings 2010-12-13 13:41:42 +00:00
PosterPrinter.h Fixed warnings 2010-12-13 13:41:42 +00:00