Hi Robert,
   
    The application I am developing, I need to take a screen shot every cycle. 
Earlier using osgUtil::SceneView, I used to create an Image object and grab the 
frame buffer.
   
  osg::ref_ptr<osg::Image> Img = new osg::Image;
  Img->readPixels(....);
   
  Now after I have modified the project to osgViewer::CompositeViewer, I am not 
able to read the frame buffer. Is it some mistake on my part in some linking 
etc. related issues or is the support withdrawn. In either case can you please 
guide me to the simplest method that can be adopted to grab the image from the 
framebuffer memory,
   
   
  Thanks in advance( I know you will help me taking a clue from the past ;-)).
   
  Regards
   
  Harash

 
---------------------------------
TV dinner still cooling?
Check out "Tonight's Picks" on Yahoo! TV.
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to