13 CSaveImageOSG(std::string& FileName, osg::Image *pImage, osg::Camera *pCamera);
14 virtual void operator () (osg::RenderInfo& renderInfo)
const;
16 static bool SaveImage(std::string& FilePath,
int Width,
int Height);
18 std::string m_FileName;
19 osg::ref_ptr<osg::Image> m_pImage;
20 osg::ref_ptr<osg::Camera> m_pCamera;