[osg-users] Image capture in memory

Catalin Flower inbox.icf at gmail.com
Wed Apr 24 02:40:01 PDT 2019


Hi,

osg::Camera::RenderTargetImplementation renderImplementation = osg::Camera::FRAME_BUFFER_OBJECT; 
...
camera->setRenderTargetImplementation( renderImplementation );

By default it is using FBO, osgposter.cpp line 259 & 315

This example is created with windows in mind I guess, I want a pure example without  
osgViewer::Viewer being used.

Thank you!

Cheers,
Catalin

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=75890#75890







More information about the osg-users mailing list